Add install command for setting up MCP servers with:
- Server lookup by name/package from registry search results
- LLM-assisted README analysis for missing envTemplate (Ollama)
- Interactive credential prompting with password masking
- Non-interactive mode using env vars for CI/CD
- Dry-run mode, custom profile names, project association
- Zod validation of LLM responses, README sanitization
- DI for full testability, 38 tests
128 tests passing total.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 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>
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>