Jeremiah Lowin commited on
Commit
3704986
·
1 Parent(s): a52441c

Update doc icons

Browse files
docs/patterns/tool-transformation.mdx CHANGED
@@ -3,6 +3,7 @@ title: Tool Transformation
3
  sidebarTitle: Tool Transformation
4
  description: Create enhanced tool variants with modified schemas, argument mappings, and custom behavior.
5
  icon: wand-magic-sparkles
 
6
  ---
7
 
8
  import { VersionBadge } from '/snippets/version-badge.mdx'
 
3
  sidebarTitle: Tool Transformation
4
  description: Create enhanced tool variants with modified schemas, argument mappings, and custom behavior.
5
  icon: wand-magic-sparkles
6
+ tag: NEW
7
  ---
8
 
9
  import { VersionBadge } from '/snippets/version-badge.mdx'
docs/servers/middleware.mdx CHANGED
@@ -2,7 +2,8 @@
2
  title: MCP Middleware
3
  sidebarTitle: Middleware
4
  description: Add cross-cutting functionality to your MCP server with middleware that can inspect, modify, and respond to all MCP requests and responses.
5
- icon: layers
 
6
  ---
7
 
8
  import { VersionBadge } from "/snippets/version-badge.mdx"
 
2
  title: MCP Middleware
3
  sidebarTitle: Middleware
4
  description: Add cross-cutting functionality to your MCP server with middleware that can inspect, modify, and respond to all MCP requests and responses.
5
+ icon: layer-group
6
+ tag: NEW
7
  ---
8
 
9
  import { VersionBadge } from "/snippets/version-badge.mdx"