diff --git a/docs/patterns/tool-transformation.mdx b/docs/patterns/tool-transformation.mdx index 49f9f71e0..f736f791c 100644 --- a/docs/patterns/tool-transformation.mdx +++ b/docs/patterns/tool-transformation.mdx @@ -3,6 +3,7 @@ title: Tool Transformation sidebarTitle: Tool Transformation description: Create enhanced tool variants with modified schemas, argument mappings, and custom behavior. icon: wand-magic-sparkles +tag: NEW --- import { VersionBadge } from '/snippets/version-badge.mdx' diff --git a/docs/servers/middleware.mdx b/docs/servers/middleware.mdx index 59835a44c..51ddd9327 100644 --- a/docs/servers/middleware.mdx +++ b/docs/servers/middleware.mdx @@ -2,7 +2,8 @@ title: MCP Middleware sidebarTitle: Middleware description: Add cross-cutting functionality to your MCP server with middleware that can inspect, modify, and respond to all MCP requests and responses. -icon: layers +icon: layer-group +tag: NEW --- import { VersionBadge } from "/snippets/version-badge.mdx"