[BUG]

Resolved 💬 3 comments Opened Mar 4, 2026 by Sharkfinger Closed Mar 8, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Integrating PHPStorm to Claude Code, running in a PHPStorm terminal running Powershell.

What Should Happen?

PHPStorm should be able to use Claude Code as the AI agent, enhancing code completion, generation, etc.

Error Messages/Logs

- Windows 10, WSL2, PHPStorm 2025.3.3, PowerShell terminal
  - CLAUDE_CODE_SSE_PORT correctly set, port reachable
  - Claude immediately shows "PhpStorm disconnected" on start
  - No errors in idea.log even with com.anthropic DEBUG logging enabled
  - Persists across clean PHPStorm reinstall

❯ /debug 

● Read 1 file (ctrl+o to expand)

● Here's a summary of what I found in the debug log:

  Issues Found

  1. MCP "ide" Server Connection Failed (ERROR)

  Line 109: [ERROR] MCP server "ide" Connection failed: [object ErrorEvent]

  This matches the /ide failure you saw earlier — the IDE MCP server couldn't connect. This is likely because PhpStorm isn't running or the Claude Code plugin isn't active in PhpStorm.

  Fix: Open PhpStorm with your project, ensure the Claude Code plugin is installed and enabled, then reconnect with /ide.

  2. Fast Mode Disabled by Organization

  Repeated throughout: Fast mode has been disabled by your organization

  This is just informational — your organization's managed settings have disabled Fast mode. Not an error, just a policy restriction.

  3. 3P Telemetry Warning (WARN)

  Line 246: [WARN] [3P telemetry] Event dropped (no event logger initialized): api_request

  Minor telemetry warning, no functional impact.

  4. Remote Settings Timeout

  Line 154: Remote settings: Loading promise timed out, resolving anyway

  Remote settings took too long to load (>30s). This is a network/connectivity issue reaching Anthropic's servers. No functional impact since it resolved anyway.

  5. SSH Config Not Configured

  Line 135: SSH config check: code=255 configured=false

  SSH isn't configured in Claude Code. Not an issue unless you need SSH-related features.

  ---
  Bottom line: The main actionable issue is the IDE MCP connection failure. Start PhpStorm, make sure the Claude Code plugin is running, and try /ide again.

Steps to Reproduce

Not sure.

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.68

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗