Skip to content

Commit cb3088f

Browse files
Update docs/tool-renaming.md
Co-authored-by: Copilot <[email protected]>
1 parent 3e0ceb3 commit cb3088f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tool-renaming.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ How to safely rename MCP tools without breaking existing user configurations.
44

55
## Overview
66

7-
When tools are renamed, users who have the old tool name in their MCP configuration (e.g., in `X-MCP-Tools` headers for the remote MCP server or `--tools` flags for the local MCP server) would normally get errors. The deprecation alias system allows us to maintain backward compatibility by silently resolving old tool names to their new canonical names.
7+
When tools are renamed, users who have the old tool name in their MCP configuration (for example, in `X-MCP-Tools` headers for the remote MCP server or `--tools` flags for the local MCP server) would normally get errors.
8+
The deprecation alias system allows us to maintain backward compatibility by silently resolving old tool names to their new canonical names.
89

910
This allows us to rename tools safely, without introducing breaking changes for users that have a hard reference to those tools in their server configuration.
1011

0 commit comments

Comments
 (0)