We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zouyingcao/agentskills-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•338 B
"""Configuration helpers for the Agent Skills MCP package.
The configuration layer is built on top of FlowLLM's ``PydanticConfigParser``
and exposes a single public ``ConfigParser`` class that knows how to locate
and load agentskills-mcp specific settings.
"""
from .config_parser import ConfigParser
__all__ = [
"ConfigParser",
]