feat(mcps): add kabelfachmann MCP with Kabelhandbuch integration and remove legacy PM2 orchestration
Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 2s
Monorepo Pipeline / 🧪 Test (push) Successful in 1m6s
Monorepo Pipeline / 🏗️ Build (push) Successful in 2m52s
Monorepo Pipeline / 🧹 Lint (push) Successful in 3m1s
Monorepo Pipeline / 🚀 Release (push) Has been skipped
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Has been skipped
Monorepo Pipeline / 🐳 Build Build-Base (push) Has been skipped
Monorepo Pipeline / 🐳 Build Production Runtime (push) Has been skipped
🏥 Server Maintenance / 🧹 Prune & Clean (push) Failing after 4s

This commit is contained in:
2026-03-08 01:01:43 +01:00
parent 048fafa3db
commit 541f1c17b7
16 changed files with 866 additions and 254 deletions

View File

@@ -3,8 +3,8 @@ services:
image: qdrant/qdrant:latest
container_name: qdrant-mcp
ports:
- "6333:6333"
- "6334:6334"
- "6335:6333"
- "6336:6334"
volumes:
- ./data/qdrant:/qdrant/storage
restart: unless-stopped
@@ -85,6 +85,20 @@ services:
networks:
- mcp-network
kabelfachmann-mcp:
build:
context: ./packages/kabelfachmann-mcp
container_name: kabelfachmann-mcp
env_file:
- .env
ports:
- "3007:3007"
depends_on:
- qdrant
restart: unless-stopped
networks:
- mcp-network
networks:
mcp-network:
driver: bridge