Skip to content

Commit f8b903a

Browse files
committed
fix test
1 parent ca1cd5e commit f8b903a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal/mcp/mcp_parse_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ func TestLoadToolDefinitions(t *testing.T) {
4646
t.Fatalf("Expected 1 tool, got %d", len(tools))
4747
}
4848

49-
tool := tools["test_tool"]
49+
// Temporary: map keys have normalized names
50+
tool := tools["test-tool"]
5051
if tool == nil {
5152
t.Fatal("Tool 'test_tool' not found")
5253
}

0 commit comments

Comments
 (0)