Adapts MCPO tools to be used as Ollama-compatible functions.
The Ollama MCPO Adapter bridges the gap between Model Context Protocol (MCP) tools, exposed via MCPO (MCP-to-OpenAPI proxy), and the Ollama ecosystem. It allows developers to seamlessly integrate MCP tools into Ollama-based applications by converting OpenAPI specifications into Ollama-compatible function definitions. The adapter supports both connecting to existing MCPO instances and programmatically launching a MCPO server using a provided configuration, offering flexibility in deployment and integration.