We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrishayuk/chuk-mcp-physics'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•224 B
"""Physics providers for different calculation backends."""
from .base import PhysicsProvider
from .factory import get_provider, get_provider_for_tool
__all__ = ["PhysicsProvider", "get_provider", "get_provider_for_tool"]