From adea1fa28f6d8c2397def8c334fd6742658444f6 Mon Sep 17 00:00:00 2001 From: Jiachen Jiang Date: Mon, 27 Apr 2026 12:16:11 -0700 Subject: [PATCH] docs(docs/ai-coder): clarify MCP tools injection deprecation timeline (#24750) The deprecation notice on the [MCP Tools Injection](https://coder.com/docs/ai-coder/ai-gateway/mcp) page currently states the feature "will be removed in a future release," which may cause concern for users relying on it today. This updates the warning to clarify that the feature will remain functional and will not be removed until its replacement, MCP Gateway, is released. > [!NOTE] > Generated by Coder Agents --------- Co-authored-by: david-fraley <67079030+david-fraley@users.noreply.github.com> --- docs/ai-coder/ai-gateway/mcp.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ai-coder/ai-gateway/mcp.md b/docs/ai-coder/ai-gateway/mcp.md index a070172a47..824e5720f0 100644 --- a/docs/ai-coder/ai-gateway/mcp.md +++ b/docs/ai-coder/ai-gateway/mcp.md @@ -1,7 +1,10 @@ # MCP > [!WARNING] -> Injected MCP in AI Gateway is deprecated and will be removed in a future release. +> Injected MCP in AI Gateway is deprecated. +> It remains functional and will not be removed until +> the new implementation is released. Only critical +> security-related patches will be made. [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) is a mechanism for connecting AI applications to external systems.