mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
fix goose2 mcp app bridge path
Signed-off-by: Andrew Harvard <aharvard@squareup.com>
This commit is contained in:
@@ -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 @@
|
||||
export const USE_DIRECT_ACP = true;
|
||||
export const USE_DIRECT_ACP = false;
|
||||
|
||||
Reference in New Issue
Block a user