Skip to content

Commit 31694fd

Browse files
author
Daniel Scholl
committed
chore(copilot): drop stale "Claude's loadMcpConfig" attribution
#1459 (Codex MCP nodes) extracted loadMcpConfig out of claude/provider.ts into a shared mcp/config.ts module. Update the applyMcpServers docblock to reflect that the helper is shared, not Claude-specific.
1 parent 181ab43 commit 31694fd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/providers/src/community/copilot/provider.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ function applyToolRestrictions(
201201

202202
/**
203203
* Translate Archon's `nodeConfig.mcp` (JSON-file path) to Copilot's
204-
* `SessionConfig.mcpServers`. Reuses Claude's `loadMcpConfig` so env-var
205-
* expansion and missing-var detection behave consistently across providers.
204+
* `SessionConfig.mcpServers`. Reuses the shared `loadMcpConfig` helper so
205+
* env-var expansion and missing-var detection behave consistently across
206+
* providers.
206207
*/
207208
async function applyMcpServers(
208209
sessionConfig: SessionConfig,

0 commit comments

Comments
 (0)