We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07db6d commit a138799Copy full SHA for a138799
mcp/protocol_test.go
@@ -270,8 +270,8 @@ func TestCompleteParams(t *testing.T) {
270
},
271
Context: &CompleteContext{
272
Arguments: map[string]string{
273
- "framework": "mcp",
274
- "language": "python",
+ "framework": "mcp",
+ "language": "python",
275
276
277
@@ -325,8 +325,8 @@ func TestCompleteParams(t *testing.T) {
325
Ref: &CompleteReference{Type: "ref/prompt", Name: "my_prompt"},
326
Argument: CompleteParamsArgument{Name: "language", Value: "go"},
327
Context: &CompleteContext{Arguments: map[string]string{
328
329
330
}},
331
332
0 commit comments