{
    "name": "@sourcebot/mcp",
    "version": "1.0.18",
    "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.26.0",
        "@t3-oss/env-core": "^0.13.4",
        "dedent": "^1.7.1",
        "escape-string-regexp": "^5.0.0",
        "express": "^5.1.0",
        "zod": "^4.3.6"
    },
    "bin": {
        "sourcebot-mcp": "./dist/index.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/sourcebot-dev/sourcebot.git",
        "directory": "packages/mcp"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "keywords": [
        "mcp",
        "modelcontextprotocol",
        "code-search",
        "sourcebot",
        "code-intelligence"
    ]
}
