We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ThreatFlux/YaraFlux'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""YaraFlux MCP Server package."""
__version__ = "1.0.15"
# Import the FastAPI app for ASGI servers to find it
try:
from yaraflux_mcp_server.app import app
except ImportError:
# This allows the package to be imported even if FastAPI is not installed
pass