We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/twjackysu/TWSEMCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pr_body.json•746 B
{
"title": "fix(di): Standardize tool registration signature across all modules (Phase 4)",
"body": "This PR fixes the Dependency Injection implementation by enforcing a consistent `register_tools(mcp, client)` signature across ALL tool modules.\n\n**Key Changes:**\n1. **Removed fragile inspection logic** in `tools/__init__.py`. Now it simply calls `module.register_tools(mcp, client)`.\n2. **Updated all 16 tool modules** to accept the `client` parameter (even if they don't use it yet).\n3. **Ensured PROD stability**: This eliminates runtime errors caused by mismatched function signatures.\n\n**Note:** This replaces the previous partial migration approach with a global update.",
"head": "fix/di-global-update",
"base": "main"
}