fix(acp): use newer acp package (#3317)

This commit is contained in:
Giuseppe Rota
2025-10-21 09:35:09 -05:00
committed by GitHub
parent f9036734eb
commit 731122bf99
9 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { McpServer } from "@zed-industries/agent-client-protocol"
import type { McpServer } from "@agentclientprotocol/sdk"
import { Identifier } from "../id/id"
import { Session } from "../session"
import type { ACPSessionState } from "./types"