Commit 9c0a098
docs: add MCP server naming constraints
- Document required naming pattern: ^[a-zA-Z0-9_-]{1,128}$
- Specify allowed characters: alphanumeric, hyphens, underscores only
- Add warning about dots and special characters causing failures
- Include example of correct naming convention
Fixes issue where MCP servers with dots in names (like awslabs.aws-documentation-mcp-server) cause malformed tool calls due to Anthropic's regex validation.
Co-authored-by: Edo Pujol <[email protected]>1 parent 105ea0b commit 9c0a098
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
| |||
0 commit comments