"""
Tools package initialization.
Exports all available tools for the MCP server.
"""
from tools.file_ops import TOOLS as FILE_TOOLS
# Aggregate all tools from different modules
ALL_TOOLS = {}
ALL_TOOLS.update(FILE_TOOLS)
__all__ = ['ALL_TOOLS']
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/jubeju555/MCPServer-1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server