We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-pdf'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
stubs.py•332 B
"""
Stub implementations for remaining mixins to demonstrate the MCPMixin pattern.
These are simplified implementations showing the structure. In a real refactoring,
each mixin would be in its own file with full implementations moved from server.py.
"""
from typing import Dict, Any, List
from .base import MCPMixin, mcp_tool