We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lesong36/dowhy_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•311 B
"""
DoWhy MCP Server - Professional Causal Inference Tools
A comprehensive Model Context Protocol server for causal inference using DoWhy.
"""
__version__ = "2.0.0"
__author__ = "DoWhy MCP Team"
__email__ = "contact@dowhy-mcp.org"
from .server import create_server
__all__ = ["create_server", "__version__"]