We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/paolodalprato/ollama-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""
Tools package - MCP Server v0.9
Base and Advanced tools for comprehensive Ollama management
"""
from .base_tools import get_base_tools, handle_base_tool
from .advanced_tools import get_advanced_tools, handle_advanced_tool
__all__ = ["get_base_tools", "handle_base_tool", "get_advanced_tools", "handle_advanced_tool"]