feat: Add MCP Integration with client-agnostic instructions (#953)

This commit is contained in:
Chris 2026-03-20 16:55:49 +02:00 committed by GitHub
parent 2d2bc15750
commit b63f684190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 2656 additions and 7 deletions

View file

@ -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",