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 99d7f3e commit 0e530bcCopy full SHA for 0e530bc
cmd/src/mcp_parse_test.go
@@ -46,7 +46,8 @@ func TestLoadMCPToolDefinitions(t *testing.T) {
46
t.Fatalf("Expected 1 tool, got %d", len(tools))
47
}
48
49
- tool := tools["test_tool"]
+ // Temporary: map keys have normalized names
50
+ tool := tools["test-tool"]
51
if tool == nil {
52
t.Fatal("Tool 'test_tool' not found")
53
0 commit comments