-
Notifications
You must be signed in to change notification settings - Fork 47
Add documentation links to validation error messages with centralized URL constants #13809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
e79cb8b
1f910b9
d6aa260
871ae3b
dc19d8f
020d9af
e6c0257
48e6e19
64fedc2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -124,7 +124,7 @@ func TestErrorMessageQuality(t *testing.T) { | |
| shouldContain: []string{ | ||
| "cannot specify both", | ||
| "Choose one", | ||
| "Example:", | ||
| "Example", | ||
| }, | ||
| shouldNotBeVague: true, | ||
| }, | ||
|
|
@@ -292,7 +292,7 @@ func TestMCPValidationErrorQuality(t *testing.T) { | |
| "must specify either", | ||
| "command", | ||
| "container", | ||
| "Example:", | ||
| "Example", | ||
| }, | ||
| }, | ||
| { | ||
|
|
@@ -341,7 +341,7 @@ func TestMCPValidationErrorQuality(t *testing.T) { | |
| "stdio", | ||
| "http", | ||
| "Example:", | ||
| "mcp-servers:", | ||
| "tools:", | ||
| }, | ||
| }, | ||
| { | ||
|
|
@@ -358,8 +358,8 @@ func TestMCPValidationErrorQuality(t *testing.T) { | |
| "command", | ||
| "container", | ||
| "Choose one", | ||
| "Example:", | ||
| "mcp-servers:", | ||
| "Example", | ||
|
||
| "tools:", | ||
| }, | ||
| }, | ||
| { | ||
|
|
@@ -378,7 +378,7 @@ func TestMCPValidationErrorQuality(t *testing.T) { | |
| "local", | ||
| "websocket", | ||
| "Example:", | ||
| "mcp-servers:", | ||
| "tools:", | ||
| }, | ||
| }, | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.