Skip to content

Conversation

@PanchoDP
Copy link
Contributor

Problem Details

Before:
User selects:
☑ PhpStorm (MCP Client)
☐ Junie (Agent)

Result: Creates .junie/mcp/mcp.json
Problem: .junie directory created unnecessarily

Now:
User selects:
☑ PhpStorm (MCP Client)
☐ Junie (Agent)

Result: Creates .idea/mcp.json
Benefit: .junie only created when actually needed

Benefits Summary

  • Cleaner: Doesn't create unnecessary directories in the project
  • More logical: .junie only exists when Junie is active
  • Better organization: Uses PhpStorm's native structure (.idea/) when appropriate
  • Maintains compatibility: When Junie is an agent, still uses .junie/mcp/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant