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
This commit is contained in:
SHAIK AYESHA 2025-11-27 03:21:18 +05:30 committed by GitHub
commit 256f376988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ tag: NEW
import { VersionBadge } from '/snippets/version-badge.mdx'
<VersionBadge version="2.14.0" />
<VersionBadge version="2.13.0" />
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.