Skip to content

Use absolute path for PHPStorm and relative paths for others #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ashleyhindle
Copy link
Collaborator

@ashleyhindle ashleyhindle commented Aug 12, 2025

What & Why

Developers can't commit the mcp files to git if they have absolute paths in, as each developer has a unique setup.

All IDEs seem to support relative paths, except PHPStorm. This PR updates our MCP registration so we use 'absolute' for PHPStorm/Junie, but 'relative' for every other IDe.

How I tested

  1. boost:install and chose Cursor/PHPStorm
  2. Checked the files
❯ grep artisan .junie/mcp/mcp.json .cursor/mcp.json
.junie/mcp/mcp.json:                "/Users/ashleyhindle/Code/scratch/flux-volt-folio-playground/artisan",
.cursor/mcp.json:                "./artisan",

Note

  • Removed Zed also as it was getting messy and we randomly added MCP/guidelines to it, even though it never showed up in the options.

@ashleyhindle ashleyhindle force-pushed the ai-68-how-can-we-work-around-requiring-absolute-paths-needed-for branch from 860c388 to 5c6b24d Compare August 12, 2025 20:51
ashleyhindle and others added 3 commits August 12, 2025 20:52
…uiring-absolute-paths-needed-for' into ai-68-how-can-we-work-around-requiring-absolute-paths-needed-for
@ashleyhindle ashleyhindle changed the title Ai 68 how can we work around requiring absolute paths needed for Use absolute path for PHPStorm and relative paths for others Aug 12, 2025
@ashleyhindle ashleyhindle marked this pull request as ready for review August 12, 2025 21:00
@ashleyhindle
Copy link
Collaborator Author

Thank you! Pushed changes for those @pushpak1300 🙌

@ashleyhindle ashleyhindle merged commit d50bd5f into main Aug 13, 2025
@ashleyhindle ashleyhindle deleted the ai-68-how-can-we-work-around-requiring-absolute-paths-needed-for branch August 13, 2025 14:04
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.

2 participants