We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bpamiri/mssql-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•183 B
"""MCP resources for SQL Server."""
# Import resource modules to register them with the FastMCP instance
from . import knowledge, syntax_help
__all__ = ["knowledge", "syntax_help"]