mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-24 18:25:22 +00:00
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.10.2 to 1.24.0. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.10.2...1.24.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.24.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> Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"name": "@sourcebot/mcp",
|
|
"version": "1.0.11",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "node ./dist/index.js",
|
|
"build:watch": "tsc-watch --preserveWatchOutput"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.1",
|
|
"@types/node": "^20.0.0",
|
|
"tsc-watch": "6.2.1",
|
|
"tsx": "^4.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.24.0",
|
|
"@t3-oss/env-core": "^0.13.4",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"express": "^5.1.0",
|
|
"zod": "^3.24.3"
|
|
},
|
|
"bin": {
|
|
"sourcebot-mcp": "./dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sourcebot-dev/sourcebot.git",
|
|
"directory": "packages/mcp"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"modelcontextprotocol",
|
|
"code-search",
|
|
"sourcebot",
|
|
"code-intelligence"
|
|
]
|
|
}
|