Skip to content

Read the standard mcp_config_path config key for Junie instead of the never-documented mcp_path - #995

Merged
pushpak1300 merged 1 commit into
laravel:mainfrom
sulimanbenhalim:fix/junie-mcp-config-path-key
Sep 3, 2026
Merged

Read the standard mcp_config_path config key for Junie instead of the never-documented mcp_path#995
pushpak1300 merged 1 commit into
laravel:mainfrom
sulimanbenhalim:fix/junie-mcp-config-path-key

Conversation

@sulimanbenhalim

Copy link
Copy Markdown
Contributor

Junie is the only agent reading its mcp path from boost.agents.junie.mcp_path, the other 11 agents all read mcp_config_path. so anyone overriding junie the way every other agent works gets silently ignored and the file always lands at the default .junie/mcp/mcp.json

tried it on a fresh app with boost.agents.junie.mcp_config_path set to .junie/custom/mcp.json, on main boost:install --mcp ignores it and writes .junie/mcp/mcp.json, with this change it writes .junie/custom/mcp.json

one line, just renames the key to match the rest

re-file of #967, reviewed and re-tested individually

@pushpak1300
pushpak1300 merged commit 0a0780b into laravel:main Sep 3, 2026
24 checks passed
@sulimanbenhalim
sulimanbenhalim deleted the fix/junie-mcp-config-path-key branch September 3, 2026 15:19
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