refactor: move mcphost package to top level

This commit is contained in:
lilong.129
2025-05-17 11:55:26 +08:00
parent 5d8c22f729
commit e94dacb5b2
18 changed files with 13 additions and 13 deletions

View File

@@ -459,7 +459,7 @@ func TestCallMCPTool(t *testing.T) {
// Create a new case runner for testing
caseRunner, err := NewCaseRunner(TestCase{
Config: &TConfig{
MCPConfigPath: "pkg/mcphost/testdata/test.mcp.json",
MCPConfigPath: "mcphost/testdata/test.mcp.json",
},
}, nil)
require.Nil(t, err)