Skip to content

fix(core): correct MCP environment field in built-in skill - #39175

Merged
rekram1-node merged 1 commit into
anomalyco:devfrom
OpeOginni:docs-mcp-environment
Jul 27, 2026
Merged

fix(core): correct MCP environment field in built-in skill#39175
rekram1-node merged 1 commit into
anomalyco:devfrom
OpeOginni:docs-mcp-environment

Conversation

@OpeOginni

@OpeOginni OpeOginni commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Issue for this PR

Closes #39135

Type of change

  • Documentation

What does this PR do?

  • Corrects the MCP examples in the customize-opencode skill to use environment rather than the unsupported env field.
  • Documents that environment supplies variables to local MCP server processes.
  • This matches the active MCP configuration schema, preventing agents from generating invalid configuration.

How did you verify your code works?

  • git diff --check
  • bun turbo typecheck via the repository pre-push hook

Screenshots / recordings

  • Not applicable: documentation-only change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@OpeOginni OpeOginni changed the title docs(core): correct MCP environment field fix(core): correct MCP environment field in built-in skill Jul 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

Based on my search results, I found related PRs that address similar MCP environment field issues:

  1. PR fix: use 'environment' key for MCP env vars in skill example #38969 - "fix: use 'environment' key for MCP env vars in skill example"

    • Directly related to the same MCP environment field correction
  2. PR fix(skill): correct MCP local server env key to environment in customize-opencode #35867 - "fix(skill): correct MCP local server env key to environment in customize-opencode"

    • Addresses the same envenvironment field correction in the customize-opencode skill

These PRs appear to be addressing the same or very similar MCP configuration issues. You may want to verify if PR #39175 is indeed a new/separate effort or if it should be consolidated with the existing work in these PRs.

@rekram1-node
rekram1-node merged commit 8dc539b into anomalyco:dev Jul 27, 2026
8 checks passed
minhmc2007 pushed a commit to minhmc2007/AniCode that referenced this pull request Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

customize-opencode skill: MCP local config uses env but schema requires environment

2 participants