Skip to content

Commit e6ad31b

Browse files
committed
fix test
1 parent e027f83 commit e6ad31b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)