phase 2-3

This commit is contained in:
2026-05-09 22:59:43 -05:00
parent b4ac3b9968
commit fe3b555202
11 changed files with 1075 additions and 3 deletions
+8 -2
View File
@@ -97,8 +97,14 @@ totalmcp/
│ │ └── sse.ts # Legacy SSE transport
│ ├── util/http.ts # Shared HTTP helper (timeouts, JSON, errors)
│ └── plugins/
│ ├── gitea/index.ts # Phase 1 — Gitea REST API
── unraid/index.ts # Phase 1 — Unraid GraphQL API
│ ├── gitea/index.ts # Phase 1 — Gitea REST API
── unraid/index.ts # Phase 1 — Unraid GraphQL API
│ ├── docker/index.ts # Phase 2 — Docker socket (dockerode)
│ ├── openclaw/index.ts # Phase 2 — OpenClaw/NOVA (Ollama-compatible)
│ ├── unifi/index.ts # Phase 3 — UniFi Access (developer REST)
│ ├── codex-mrp/index.ts # Phase 3 — CODEX MRP (direct SQLite)
│ ├── streamvault/index.ts # Phase 3 — StreamVault download manager
│ └── rackmapper/index.ts # Phase 3 — RackMapper datacenter inventory
├── prisma/schema.prisma # Event log schema
├── Dockerfile
├── docker-compose.yml