claude-code - 💡(How to fix) Fix [Feature Request] Auto mode availability for $200 plan users [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#45049Fetched 2026-04-09 08:14:30
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
1
Author
Timeline (top)
labeled ×3commented ×1

Error Message

[{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n at CwH (/$bunfs/root/src/entrypoints/cli.js:1531:34313)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:11.613Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n at CwH (/$bunfs/root/src/entrypoints/cli.js:1531:34313)\n at async W (/$bunfs/root/src/entrypoints/cli.js:5855:10283)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:14.572Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n at CwH (/$bunfs/root/src/entrypoints/cli.js:1531:34313)\n at async Z (/$bunfs/root/src/entrypoints/cli.js:5855:11053)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:14.572Z"},{"error":"Error: Plugin path not found: /Users/skycruzer/.claude/plugins/marketplaces/swift-pro-local/swift-pro\n at g_5 (/$bunfs/root/src/entrypoints/cli.js:4534:8613)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:14.774Z"}]

Code Example

[{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at CwH (/$bunfs/root/src/entrypoints/cli.js:1531:34313)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:11.613Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at CwH (/$bunfs/root/src/entrypoints/cli.js:1531:34313)\n    at async W (/$bunfs/root/src/entrypoints/cli.js:5855:10283)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:14.572Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at CwH (/$bunfs/root/src/entrypoints/cli.js:1531:34313)\n    at async Z (/$bunfs/root/src/entrypoints/cli.js:5855:11053)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:14.572Z"},{"error":"Error: Plugin path not found: /Users/skycruzer/.claude/plugins/marketplaces/swift-pro-local/swift-pro\n    at g_5 (/$bunfs/root/src/entrypoints/cli.js:4534:8613)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:14.774Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description when is the auto mode becoming available to us max users $200 plan?

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.96
  • Feedback ID: 2d0a802c-beab-48b8-b352-372ebb166fc6

Errors

[{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at CwH (/$bunfs/root/src/entrypoints/cli.js:1531:34313)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:11.613Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at CwH (/$bunfs/root/src/entrypoints/cli.js:1531:34313)\n    at async W (/$bunfs/root/src/entrypoints/cli.js:5855:10283)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:14.572Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at CwH (/$bunfs/root/src/entrypoints/cli.js:1531:34313)\n    at async Z (/$bunfs/root/src/entrypoints/cli.js:5855:11053)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:14.572Z"},{"error":"Error: Plugin path not found: /Users/skycruzer/.claude/plugins/marketplaces/swift-pro-local/swift-pro\n    at g_5 (/$bunfs/root/src/entrypoints/cli.js:4534:8613)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T06:20:14.774Z"}]

extent analysis

TL;DR

Set the GITHUB_PERSONAL_ACCESS_TOKEN environment variable to resolve the MCP server error.

Guidance

  • The error messages indicate a missing GITHUB_PERSONAL_ACCESS_TOKEN environment variable, which is required for the MCP server to function correctly.
  • Verify that the GITHUB_PERSONAL_ACCESS_TOKEN variable is set in your environment before running the application.
  • Check the documentation for the MCP server and GitHub to ensure you are using the correct token and setup process.
  • If the issue persists, investigate the plugin path error to ensure that the /Users/skycruzer/.claude/plugins/marketplaces/swift-pro-local/swift-pro path exists and is correctly configured.

Example

No code snippet is provided as it is not clearly supported by the issue.

Notes

The provided errors suggest that the issue is related to missing environment variables and plugin configuration. Resolving these issues should fix the errors, but further investigation may be required if the problems persist.

Recommendation

Apply workaround: Set the GITHUB_PERSONAL_ACCESS_TOKEN environment variable to resolve the MCP server error, as this is the most direct solution to the reported issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING