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•214 B
"""Petamind MCP.
This package provides the public MCP entrypoint (`petamind-mcp`) while reusing
the existing Titan pipeline internals under `titan_factory/`.
"""
__all__ = ["__version__"]
__version__ = "1.0.0"