feat: Add MCP Integration with client-agnostic instructions (#953)
This commit is contained in:
parent
2d2bc15750
commit
b63f684190
23 changed files with 2656 additions and 7 deletions
|
|
@ -58,7 +58,9 @@
|
|||
"format": "npm run frontend:format && npm run backend:format",
|
||||
"format:fix": "npm run frontend:format:fix && npm run backend:format:fix",
|
||||
"docker:test-build": "bash scripts/test-docker-build.sh",
|
||||
"kill:all": "lsof -ti:8080,3002 | xargs kill -9 2>/dev/null || true"
|
||||
"kill:all": "lsof -ti:8080,3002 | xargs kill -9 2>/dev/null || true",
|
||||
"mcp:start": "cd backend && node modules/mcp/server.js",
|
||||
"mcp:dev": "cd backend && nodemon modules/mcp/server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
@ -134,6 +136,7 @@
|
|||
"zustand": "^5.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.0.0",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"bcrypt": "~6.0.0",
|
||||
"compression": "~1.8.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue