Release v1.0.5 - Supply Chain Security & MCP Registry CLI
October 28, 2025
Major Features
🛡️ Supply Chain Security with Cisco AI Defence
Automated security scanning for MCP servers:
- Automated scanning on server registration
- Continuous monitoring with periodic audits
- Dual analysis: YARA pattern detection + LLM-powered threat analysis
- Auto-disable servers with security issues
Security Scanner Guide | Cisco MCP Scanner
🤖 Interactive MCP Registry CLI
Talk to your MCP Registry in natural language:
- Natural language discovery - Ask questions in plain English
- Real-time token tracking - Auth status, validity, cost monitoring
- AI-powered - Works with Claude (Anthropic) and Amazon Bedrock
- Global command -
registry --url <gateway-url>
What's New
- ✅ Global
registryCLI command - ✅ Enhanced TokenStatusFooter with cost tracking
- ✅ Improved app initialization and error handling
- ✅ Updated README with CLI section and demo
- ✅ Auto token refresh at < 10 seconds remaining
Credits
Nisha Deborah Philips @nisha-deborah-philips - Cisco scanner integration, AI assistant, UI
Kangheng Liu @kangheng-liu - AI assistant & registry UI
Getting Started
Security Scanning:
./cli/service_mgmt.sh add <config-file> yara,llmCLI:
cd cli && npm install && npm link
registry --url https://your-gateway.comRepository: https://github.com/agentic-community/mcp-gateway-registry
What's Changed
- change v0 -> v0.1 for anthropic registry by @nishadeborahphilips in #183
- Add secure scanning of MCP Servers by @nishadeborahphilips in #184
- fix(registry): Replace fixed sleep with nginx configuration check by @yubingjiaocn in #186
- Integrating with ink cli by @nishadeborahphilips in #185
New Contributors
- @yubingjiaocn made their first contribution in #186
Full Changelog: v1.0.4...v1.0.5