mount acp in the goosed server to migrate using acp protocols iteratively (#9097)

This commit is contained in:
Lifei Zhou
2026-05-18 09:43:30 +10:00
committed by GitHub
parent d04c882388
commit 1fafd74413
17 changed files with 1430 additions and 61 deletions
+2
View File
@@ -9,6 +9,7 @@
},
"main": ".vite/build/main.js",
"scripts": {
"postinstall": "pnpm --filter @aaif/goose-sdk run build",
"typecheck": "tsc --noEmit",
"generate-api": "openapi-ts",
"start-gui": "pnpm run generate-api && pnpm run i18n:compile && electron-forge start",
@@ -46,6 +47,7 @@
},
"dependencies": {
"@aaif/goose-sdk": "workspace:*",
"@agentclientprotocol/sdk": "^0.19.0",
"@mcp-ui/client": "6.1.0",
"@modelcontextprotocol/ext-apps": "^1.1.1",
"@radix-ui/react-accordion": "^1.2.12",