Bahn: aisupport, Analyse-O2C-C2S, awesome-bahn-mcp-servers, beam-mcp,
Confluence_Bot, db-planet-mcp-server, O2C-Harness, project-audit,
Projekt-KIQ-HP, teamlandkarte-mcp
Dhive: Jury-Voting
Privat: CV, NoteGraph (NOTE: NoteGraph needs complete redo after consolidation)
Shared: AI-Orchestrator, OrgMyLife, power_skills_and_more
Shared/references: symphony (read-only)
Bahn repos remain available as independent remotes - this monorepo
pulls them in via subtree, the originals are untouched.
33 lines
782 B
JSON
33 lines
782 B
JSON
{
|
|
"name": "mcpop-server-dbplanet",
|
|
"version": "1.0.0",
|
|
"description": "Standalone MCP Server for DB Planet (Haiilo)",
|
|
"type": "module",
|
|
"main": "dist/server.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/server.js",
|
|
"dev": "tsx watch src/server.ts",
|
|
"test": "vitest --run"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.17.4",
|
|
"axios": "1.15.2",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"https-proxy-agent": "^7.0.2",
|
|
"tslog": "^4.9.3",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^20.10.5",
|
|
"fast-check": "^4.6.0",
|
|
"nodemon": "^3.0.2",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.3.3",
|
|
"vitest": "^4.1.4"
|
|
}
|
|
}
|