mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 4.22.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.22.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.2...4.22.0) --- updated-dependencies: - dependency-name: express dependency-version: 4.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
639 B
JSON
28 lines
639 B
JSON
{
|
|
"name": "mcp_server",
|
|
"version": "0.1",
|
|
"keywords": [],
|
|
"author": "fastgpt",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun build src/index.ts --outdir=dist --target=node && chmod +x dist/index.js",
|
|
"dev": "bun --watch src/index.ts",
|
|
"start": "bun src/index.ts",
|
|
"mcp_test": "npx @modelcontextprotocol/inspector"
|
|
},
|
|
"dependencies": {
|
|
"@fastgpt/global": "workspace:*",
|
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
"chalk": "^5.3.0",
|
|
"dayjs": "^1.11.7",
|
|
"dotenv": "^16.5.0",
|
|
"express": "^4.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.1"
|
|
}
|
|
}
|