package.jsonā¢573 B
{
"name": "mycontext-mcp-server",
"version": "1.0.0",
"description": "Personal context MCP server for project documentation",
"type": "module",
"main": "build/index.js",
"bin": {
"mycontext-mcp": "build/index.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"keywords": ["mcp", "context", "documentation"],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.6.0"
}
}