From f2cc8806a52d2db9f2eb412a40863d5dfd3ba3c7 Mon Sep 17 00:00:00 2001 From: Alex Bozarth Date: Wed, 20 May 2026 20:45:38 -0500 Subject: [PATCH] docs: add redirect callout from MCP server page to MCP tools The integrations/mcp page covers exposing Mellea functions as MCP tools, but searching "MCP" surfaces it first, which can confuse users looking for the inverse direction (calling tools from an existing MCP server, documented under Tools and Agents). Add a one-line blockquote pointing to that section. The callout sits below the intro paragraph so the search snippet remains the existing page description rather than the redirect text. Assisted-by: Claude Code Signed-off-by: Alex Bozarth --- docs/docs/integrations/mcp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/integrations/mcp.md b/docs/docs/integrations/mcp.md index aac25d4da..58f33a68e 100644 --- a/docs/docs/integrations/mcp.md +++ b/docs/docs/integrations/mcp.md @@ -10,6 +10,8 @@ for exposing tools to AI clients. Mellea integrates with MCP via [FastMCP](https://github.com/jlowin/fastmcp): wrap any Mellea function as an MCP tool and call it from Claude Desktop, Cursor, or any MCP-compatible client. +> Looking to **call** tools from an MCP server? See [MCP tools](../how-to/tools-and-agents#mcp-tools) in Tools and Agents. + **Prerequisites:** `pip install mellea`, `pip install "mcp[cli]"`, Ollama running locally. ## Creating an MCP server