We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4cd0c commit 9f882e1Copy full SHA for 9f882e1
1 file changed
src/CodexAcpClient.ts
@@ -321,7 +321,7 @@ export class CodexAcpClient {
321
322
// Makes an ACP-provided MCP server durable so Codex core can append
323
// mcp_servers.<server>.tools.<tool>.approval_mode afterward:
324
- // https://github.com/openai/codex/blob/main/codex-rs/app-server/src/config_api.rs
+ // https://github.com/openai/codex/blob/main/codex-rs/core/src/mcp_tool_call.rs
325
async persistMcpServer(mcpServer: McpServer): Promise<void> {
326
const edits: ConfigEdit[] = [{
327
keyPath: `mcp_servers.${mcpServer.name}`,
0 commit comments