fix goose2 mcp app bridge path

Signed-off-by: Andrew Harvard <aharvard@squareup.com>
This commit is contained in:
Andrew Harvard
2026-04-16 11:28:30 -04:00
parent 8c4b95218f
commit 31ccde3967
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { invoke } from "@tauri-apps/api/core";
import { GooseClient } from "@aaif/goose-acp";
import { GooseClient } from "../../../../sdk/src/index.ts";
import {
PROTOCOL_VERSION,
type Client,
+1 -1
View File
@@ -1 +1 @@
export const USE_DIRECT_ACP = true;
export const USE_DIRECT_ACP = false;