Skip to main content
Glama

ChillMCP

by greatSumini
registration.py611 B
"""Tool registration for ChillMCP server.""" from fastmcp import FastMCP from chillmcp.state import ServerState from chillmcp.tools import advanced, basic def register_all_tools(mcp: FastMCP, state: ServerState) -> None: """ Register all tools with the MCP server. This function serves as the central hub for registering all tool modules. Args: mcp: FastMCP server instance state: Server state object """ # Register basic rest tools basic.register_basic_tools(mcp, state) # Register advanced slacking tools advanced.register_advanced_tools(mcp, state)

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/greatSumini/hello-mcp'

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