We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexalexalex222/petamind-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•233 B
"""Backwards-compatibility wrapper for older `terra_mind_mcp` imports.
Public name is now **Petamind MCP**. Prefer importing `petamind_mcp` instead.
"""
from petamind_mcp import __version__ # noqa: F401
__all__ = ["__version__"]