Skip to main content
Glama
entry.py420 B
from ...lib import fusionAddInUtils as futil from .server import FusionServer _server = None def start(): try: global _server _server = FusionServer() _server.start() except Exception: futil.handle_error("server_start") def stop(): try: global _server if _server: _server.stop() except Exception: futil.handle_error("server_stop")

Latest Blog Posts

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/shiguri-01/fusion-mcp'

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