We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DasBluEyedDevil/Daemon-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•244 B
"""
Daem0nMCP Core Package
"""
try:
from importlib.metadata import version as _get_version
__version__ = _get_version("daem0nmcp")
except Exception:
# Fallback for development or if package not installed
__version__ = "2.16.0"