Skip to content

Feature proposal: Suport third party mcp server configuration definition like for skills and guidelines #522

@danielpetrica

Description

@danielpetrica

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions