Skip to content

Commit 08fec23

Browse files
fix: comment file link to new file
1 parent 9f1fbfd commit 08fec23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CodexAcpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export class CodexAcpClient {
325325

326326
// Makes an ACP-provided MCP server durable so Codex core can append
327327
// mcp_servers.<server>.tools.<tool>.approval_mode afterward:
328-
// https://github.com/openai/codex/blob/main/codex-rs/app-server/src/config_api.rs
328+
// https://github.com/openai/codex/blob/main/codex-rs/core/src/mcp_tool_call.rs
329329
async persistMcpServer(mcpServer: McpServer): Promise<void> {
330330
const edits: ConfigEdit[] = [{
331331
keyPath: `mcp_servers.${mcpServer.name}`,

0 commit comments

Comments
 (0)