bot-hermes
c437808514
fix: verified-against-live Core v2.3.3 shapes
...
- login: {type: LoginLocalUser, params} + data.jwt extraction
- inspect: server-scoped objects use {server, container|image|network|volume}
- search_logs: terms array + per-type params (deployment/container/stack/swarm_service)
Verified via 15-test read-only pass against 10.10.2.114:9120
2026-09-07 17:41:21 -04:00
bot-hermes
2402b3b7fa
feat: full Komodo API coverage — 11 tools, ~336 endpoints
...
Expand from 7 tools to 11 tools covering 100% of the Komodo v2.3.2 API:
New tools:
- komodo_summary: resource summaries/stats
- komodo_inspect: Docker object inspection (16 types)
- komodo_search_logs: log search with query
- komodo_list_detail: extended listing (27 types)
Expanded existing tools:
- 12 → 21 resource types (action, repo, builder, swarm, variable, user_group, alert, terminal, git_provider_account)
- 37 → 100+ execute operations
- komodo_logs: 4 resource types with proper endpoints
Other changes:
- API key auth support (X-Api-Key / X-Api-Secret headers)
- 30s fetch timeout + structured error handling
- Updated docs: references/api.md (483 lines), README.md (238 lines)
2026-09-07 21:10:19 +00:00
bot-hermes
5206ee612d
feat: Komodo MCP server — 7 tools, full API coverage
...
- komodo_list, komodo_get, komodo_create, komodo_update, komodo_delete,
komodo_execute, komodo_logs with resource_type routing
- JWT auth with token caching and auto-refresh on 401
- HTTP/SSE transport on port 9800
- TypeScript, @modelcontextprotocol/sdk, zod schemas
- README.md with setup instructions
- references/api.md with full endpoint mapping
2026-09-07 20:36:39 +00:00