Skip to content

Commit 0546db5

Browse files
authored
Update src/shared/toolNameValidation.ts
1 parent 1e68676 commit 0546db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/toolNameValidation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function issueToolNameWarning(name: string, warnings: string[]): void {
9898
}
9999
console.warn("Tool registration will proceed, but this may cause compatibility issues.");
100100
console.warn("Consider updating the tool name to conform to the MCP tool naming standard.");
101-
console.warn("See SEP: Specify Format for Tool Names for more details.");
101+
console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.");
102102
}
103103
}
104104

0 commit comments

Comments
 (0)