Skip to content

Commit 9f882e1

Browse files
fix: comment file link to new file
1 parent 0b4cd0c commit 9f882e1

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
@@ -321,7 +321,7 @@ export class CodexAcpClient {
321321

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

0 commit comments

Comments
 (0)