Skip to main content
Glama

MCP Learning Project

by BerdTan
__init__.pyโ€ข439 B
""" MCP Learning Project - Source Package This package contains all the source code for the MCP learning project. It includes core MCP server components, modules, shared utilities, and web interface. """ __version__ = "1.0.0" __author__ = "Your Name" __email__ = "your.email@example.com" # Import main components for easy access from .main import main from .config import get_settings __all__ = ["main", "get_settings"]

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/BerdTan/mcpharness'

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