From 256f3769884efdefe3fb01edaf39421c76424db9 Mon Sep 17 00:00:00 2001 From: SHAIK AYESHA <2400032689@kluniversity.in> Date: Thu, 27 Nov 2025 03:21:18 +0530 Subject: [PATCH] Fix version number in VersionBadge: change 2.14.0 to 2.13.0 (#2491) Corrects the typo in the VersionBadge component in docs/servers/icons.mdx. The version number was incorrectly displayed as 2.14.0 but should be 2.13.0 to match the actual current version of FastMCP. Fixes issue #2487 --- docs/servers/icons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/servers/icons.mdx b/docs/servers/icons.mdx index 838dd8739..a7d038f6a 100644 --- a/docs/servers/icons.mdx +++ b/docs/servers/icons.mdx @@ -7,7 +7,7 @@ tag: NEW import { VersionBadge } from '/snippets/version-badge.mdx' - + Icons provide visual representations for your MCP servers and components, helping client applications present better user interfaces. When displayed in MCP clients, icons help users quickly identify and navigate your server's capabilities.