OLLMmcp.Client
Description:
Content:
Classes:
- Base - Abstract MCP client: one connection
to one MCP server.
- Http - MCP client over HTTP: connects to an already
-running MCP server at a URL. JSON-RPC via HTTP POST; no process lifecycle.
- Stdio - MCP client over stdio: starts the server
as a subprocess and talks JSON-RPC over stdin/stdout (newline-delimited). Uses bubblewrap when available; otherwise requires
allow_unsandboxed in mcp.json (Flatpak, Windows).