phase 2-3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user