Hi probably is a bit out of focus for boost but as now it supports third party packages skills and guidelines, would it be possible to add support for third party mcp server definition.
This could check into the packages for a predefined location file and the json content from there would be merged with the laravel boost server definition.
Right now third party packages exposes guidelines under
- resources/boost/guidelines/core.blade.php
- resources/boost/skills/{skill-name}/SKILL.md
I propose to add a third one
- resources/boost/mcp/mcp.json
this will check the json inside that file, retrieve the "servers" array and merge the contents with the boost mcp server definition before writing it to the specific agent supported folder.
If this is something inline with the project I am available to create a pr for it.
Context
I want to expose the laraplugins.io mcp server as a packagist package that provides skills, guidelines and the mcp server configuration to agents. right now the mcp server must be installed manually but this could be integrated into boost. Also I Imagine this to be useful for other packages in the long term too.