We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/MCPNanoBanana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•197 B
"""Tools module for MCP NanoBanana server."""
# Import all tools to register them with the MCP server
from tools import image_tools, task_tools
__all__ = [
"image_tools",
"task_tools",
]