From ff1308c0b193171a146d0abb2c12bfb1e1f43504 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 23 Apr 2026 10:10:09 +0500 Subject: [PATCH] docs: update MCP Server description for clarity (#24655) --- docs/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest.json b/docs/manifest.json index 3209b70021..1776952ec3 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1193,7 +1193,7 @@ }, { "title": "MCP Server", - "description": "Connect to agents Coder with a MCP server", + "description": "Connect AI coding agents to Coder using the MCP server", "path": "./ai-coder/mcp-server.md", "state": ["beta"] },