We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bigbugAi/bigbugai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•227 B
"""BigBugAI MCP server package.
Exposes tools for interacting with BigBugAI endpoints via MCP (stdio) and optional
HTTP/SSE transports.
"""
from __future__ import annotations
__all__ = ["__version__"]
__version__ = "0.1.0"