We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bablulawrence/ms-fabric-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__main__.py•263 B
# ABOUTME: Module entry point for python -m ms_fabric_mcp_server.
# ABOUTME: Allows running the server with python -m ms_fabric_mcp_server.
"""Module entry point for python -m ms_fabric_mcp_server."""
from .cli import main
if __name__ == "__main__":
main()