Skip to content

add better mcp handling#44

Open
VinciGit00 wants to merge 1 commit intoKong:mainfrom
VinciGit00:main
Open

add better mcp handling#44
VinciGit00 wants to merge 1 commit intoKong:mainfrom
VinciGit00:main

Conversation

@VinciGit00
Copy link

Add MCP Registry for Modular MCP Server Management

Adds centralized, type-safe management for custom MCP servers with tagging, filtering, and lifecycle control.

Features:

  • Modular registration (HTTP & stdio)
  • Tag-based filtering and organization
  • OAuth/Bearer authentication support
  • Statistics and monitoring
  • Smithery.ai integration (ScrapeGraphAI examples)

API:
mcpRegistry.register({ id: 'server', transport: 'http', url: '...' })
const handles = mcpRegistry.getHandles()
mcpRegistry.list({ tags: ['api'], enabledOnly: true })Testing: 80 automated tests, 100% pass rate
Docs: See docs/MCP_REGISTRY.md
Breaking Changes: None (additive only)

@CLAassistant
Copy link

CLAassistant commented Nov 12, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants