Skip to main content
Glama
by apetta
__init__.py380 B
"""Mathematical operation tools for the Math MCP server.""" # Tools are registered via decorators in their respective modules # Import modules to trigger registration from . import basic from . import array from . import statistics from . import financial from . import linalg from . import calculus __all__ = ["basic", "array", "statistics", "financial", "linalg", "calculus"]

Implementation Reference

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/apetta/vibe-math-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server