Commit Graph

4 Commits

Author SHA1 Message Date
Michal
6992744384 feat: implement mcpctl discover command with table/json/yaml output
Add discover command for searching MCP servers across registries with:
- Table, JSON, YAML output formats
- Filtering by category, verified, transport, registry
- Interactive mode via inquirer
- Dependency injection for testability
- 27 tests covering command parsing, formatting, and action integration

90 tests passing total.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 03:57:15 +00:00
Michal
53245b4826 feat: add HTTP proxy, custom CA, metrics exposure, and category filtering
- Add createHttpAgent() for proxy/CA support via undici
- Thread dispatcher through all registry sources
- Add collectMetrics() for SRE metrics exposure
- Add caPath to RegistryClientConfig
- Add category field to RegistryServer with Glama extraction
- Add category filtering in client search
- Add pr.sh for Gitea PR creation

63 tests passing (13 new).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 03:53:08 +00:00
Michal
386029d052 feat: implement MCP registry client with multi-source search
Add registry client that queries Official, Glama, and Smithery MCP
registries with caching, request deduplication, retry logic, and
result ranking/dedup. Includes 53 tests covering all components.

Also fix null priority values in cancelled tasks (19-21) that broke
Task Master, and add new tasks 25-27 for registry completion and
CLI discover/install commands.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 03:46:14 +00:00
Michal
d0aa0c5d63 first commit 2026-02-21 03:10:39 +00:00