claude-code - 💡(How to fix) Fix [Bug] Brainstorm mode displays Greek letters instead of numeric options [1 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#54762Fetched 2026-04-30 06:36:43
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Error Message

[{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server sourcegraph invalid: Missing environment variables: SOURCEGRAPH_ENDPOINT, SOURCEGRAPH_ACCESS_TOKEN\n at o0H (/$bunfs/root/src/entrypoints/cli.js:2769:32776)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T11:32:01.164Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server sourcegraph invalid: Missing environment variables: SOURCEGRAPH_ENDPOINT, SOURCEGRAPH_ACCESS_TOKEN\n at o0H (/$bunfs/root/src/entrypoints/cli.js:2769:32776)\n at async N (/$bunfs/root/src/entrypoints/cli.js:6355:12696)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T11:32:01.256Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server sourcegraph invalid: Missing environment variables: SOURCEGRAPH_ENDPOINT, SOURCEGRAPH_ACCESS_TOKEN\n at o0H (/$bunfs/root/src/entrypoints/cli.js:2769:32776)\n at async k (/$bunfs/root/src/entrypoints/cli.js:6355:11810)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T11:32:01.257Z"}]

Code Example

[{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server sourcegraph invalid: Missing environment variables: SOURCEGRAPH_ENDPOINT, SOURCEGRAPH_ACCESS_TOKEN\n    at o0H (/$bunfs/root/src/entrypoints/cli.js:2769:32776)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T11:32:01.164Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server sourcegraph invalid: Missing environment variables: SOURCEGRAPH_ENDPOINT, SOURCEGRAPH_ACCESS_TOKEN\n    at o0H (/$bunfs/root/src/entrypoints/cli.js:2769:32776)\n    at async N (/$bunfs/root/src/entrypoints/cli.js:6355:12696)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T11:32:01.256Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server sourcegraph invalid: Missing environment variables: SOURCEGRAPH_ENDPOINT, SOURCEGRAPH_ACCESS_TOKEN\n    at o0H (/$bunfs/root/src/entrypoints/cli.js:2769:32776)\n    at async k (/$bunfs/root/src/entrypoints/cli.js:6355:11810)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T11:32:01.257Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description in brainstorm mode, the options given to me were in greek letters as opposed to something simple like options 1,2,3. When asked which option I wanted to go with, I would have to copy and paste the letter becuase my keyboard doesn't do greek

Environment Info

  • Platform: darwin
  • Terminal: ghostty
  • Version: 2.1.122
  • Feedback ID: 3272745d-bb78-49fa-96a0-a644efd908bb

Errors

[{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server sourcegraph invalid: Missing environment variables: SOURCEGRAPH_ENDPOINT, SOURCEGRAPH_ACCESS_TOKEN\n    at o0H (/$bunfs/root/src/entrypoints/cli.js:2769:32776)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T11:32:01.164Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server sourcegraph invalid: Missing environment variables: SOURCEGRAPH_ENDPOINT, SOURCEGRAPH_ACCESS_TOKEN\n    at o0H (/$bunfs/root/src/entrypoints/cli.js:2769:32776)\n    at async N (/$bunfs/root/src/entrypoints/cli.js:6355:12696)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T11:32:01.256Z"},{"error":"Error: Plugin MCP server error - mcp-config-invalid: MCP server sourcegraph invalid: Missing environment variables: SOURCEGRAPH_ENDPOINT, SOURCEGRAPH_ACCESS_TOKEN\n    at o0H (/$bunfs/root/src/entrypoints/cli.js:2769:32776)\n    at async k (/$bunfs/root/src/entrypoints/cli.js:6355:11810)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T11:32:01.257Z"}]

extent analysis

TL;DR

Set the SOURCEGRAPH_ENDPOINT and SOURCEGRAPH_ACCESS_TOKEN environment variables to resolve the MCP server error.

Guidance

  • The error messages indicate that the SOURCEGRAPH_ENDPOINT and SOURCEGRAPH_ACCESS_TOKEN environment variables are missing, causing the MCP server to fail.
  • Verify that these variables are set in your environment before running the application.
  • Check the documentation for the correct values and formatting of these environment variables.
  • Consider setting these variables in a .env file or using a environment variable manager to avoid manual errors.

Example

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

Notes

The issue seems to be related to a specific plugin (MCP server) and its configuration, rather than the brainstorm mode or Greek letters issue mentioned in the bug description.

Recommendation

Apply workaround: Set the required environment variables to resolve the MCP server error, as the issue is likely caused by their absence.

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] Brainstorm mode displays Greek letters instead of numeric options [1 participants]