claude-code - 💡(How to fix) Fix [Bug] Mouse click positioning not supported in Claude Code CLI [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#51869Fetched 2026-04-23 07:42:43
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×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 cYH (/$bunfs/root/src/entrypoints/cli.js:1555:33932)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:24.901Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n at cYH (/$bunfs/root/src/entrypoints/cli.js:1555:33932)\n at async W (/$bunfs/root/src/entrypoints/cli.js:6003:10596)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:25.497Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n at cYH (/$bunfs/root/src/entrypoints/cli.js:1555:33932)\n at async Z (/$bunfs/root/src/entrypoints/cli.js:6003:11366)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:25.497Z"},{"error":"Error: File does not exist. Note: your current working directory is /Users/muhammadafdhaluddin.\n at call (/$bunfs/root/src/entrypoints/cli.js:4458:7632)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:50.990Z"},{"error":"Error: File does not exist. Note: your current working directory is /Users/muhammadafdhaluddin.\n at call (/$bunfs/root/src/entrypoints/cli.js:4458:7632)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:51.386Z"}]

Code Example

[{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at cYH (/$bunfs/root/src/entrypoints/cli.js:1555:33932)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:24.901Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at cYH (/$bunfs/root/src/entrypoints/cli.js:1555:33932)\n    at async W (/$bunfs/root/src/entrypoints/cli.js:6003:10596)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:25.497Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at cYH (/$bunfs/root/src/entrypoints/cli.js:1555:33932)\n    at async Z (/$bunfs/root/src/entrypoints/cli.js:6003:11366)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:25.497Z"},{"error":"Error: File does not exist. Note: your current working directory is /Users/muhammadafdhaluddin.\n    at call (/$bunfs/root/src/entrypoints/cli.js:4458:7632)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:50.990Z"},{"error":"Error: File does not exist. Note: your current working directory is /Users/muhammadafdhaluddin.\n    at call (/$bunfs/root/src/entrypoints/cli.js:4458:7632)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:51.386Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description cannot use mouse-click positioning inside claude code cli

Environment Info

  • Platform: darwin
  • Terminal: WarpTerminal
  • Version: 2.1.104
  • Feedback ID: acd8d6cf-1e44-441a-9f06-aa1140070b90

Errors

[{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at cYH (/$bunfs/root/src/entrypoints/cli.js:1555:33932)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:24.901Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at cYH (/$bunfs/root/src/entrypoints/cli.js:1555:33932)\n    at async W (/$bunfs/root/src/entrypoints/cli.js:6003:10596)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:25.497Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server github invalid: Missing environment variables: GITHUB_PERSONAL_ACCESS_TOKEN\n    at cYH (/$bunfs/root/src/entrypoints/cli.js:1555:33932)\n    at async Z (/$bunfs/root/src/entrypoints/cli.js:6003:11366)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:25.497Z"},{"error":"Error: File does not exist. Note: your current working directory is /Users/muhammadafdhaluddin.\n    at call (/$bunfs/root/src/entrypoints/cli.js:4458:7632)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:50.990Z"},{"error":"Error: File does not exist. Note: your current working directory is /Users/muhammadafdhaluddin.\n    at call (/$bunfs/root/src/entrypoints/cli.js:4458:7632)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-22T07:11:51.386Z"}]

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 terminal or environment configuration before running the Claude code CLI.
  • Check the documentation for WarpTerminal (Version 2.1.104) to see if there are any specific instructions for setting environment variables.
  • If the issue persists, try running the CLI from a different terminal or environment to isolate the problem.

Example

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

Notes

The provided error messages suggest that the issue is related to the missing environment variable, but it is unclear if there are other factors at play. Additionally, the File does not exist errors may be related to the MCP server error or a separate issue.

Recommendation

Apply workaround: Set the GITHUB_PERSONAL_ACCESS_TOKEN environment variable, as this is the most direct solution to the error messages provided.

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

claude-code - 💡(How to fix) Fix [Bug] Mouse click positioning not supported in Claude Code CLI [1 comments, 2 participants]