feat: add argument --with-uixt to start built-in uixt MCP server

This commit is contained in:
lilong.129
2025-05-20 22:36:46 +08:00
parent 037e69315e
commit 0c20fe7b02
11 changed files with 84 additions and 31 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
)
func TestConvertToolsToRecordsFromFile(t *testing.T) {
hub, err := NewMCPHost("./testdata/test.mcp.json")
hub, err := NewMCPHost("./testdata/test.mcp.json", true)
require.NoError(t, err)
// use ExportToolsToJSON to dump tools to JSON file