Skip to content

Commit fd2401c

Browse files
Update src/mcp/shared/tool_name_validation.py
Co-authored-by: Paul Carleton <[email protected]>
1 parent c22120f commit fd2401c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/tool_name_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
digits (0-9), underscore (_), dash (-), and dot (.).
77
Tool names SHOULD NOT contain spaces, commas, or other special characters.
88
9-
See: https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986
9+
See: https://modelcontextprotocol.io/specification/draft/server/tools#tool-names
1010
"""
1111

1212
from __future__ import annotations

0 commit comments

Comments
 (0)