danielpetrica/laraplugins-skills
Composer 安装命令:
composer require danielpetrica/laraplugins-skills
包简介
This package provides instructions on how to use the Laraplugins mcp server to search and verify Laravel packages and plugins for health status before adding them to a project. The server exposses the health data for the plugin too so that agent can choose halthy packages for te project or ask user
README 文档
README
A laravel boost skill to allow third party Agents and ides to connect to laraplugins and use it's plugin search functionality.
Requirements
This project is meant to go with Laravel boost and as such is a dev dependency.
Installation
To install this package, run the following command:
composer require danielpetrica/laraplugins-skills --dev
This will add the package to your project's dependencies and install it.
Usage
After installation, boost will expose the plugin skills. Until boost can install the Mcp server configuration you can install the mcp server manually as such: the place where to install it depends on your agent or ide. you can look at the boost generated mcp.json file in your project to know whereto place the laraplugins-package-search entry.
{
"mcpServers": {
"laraplugins-package-search": {
"type": "streamable-http",
"url": "https://laraplugins.io/mcp/plugins",
"note": "LaraPlugins.io MCP Plugin Server (Streamable HTTP). Add this URL in your MCP client to enable search and plugin details."
}
}
}
统计信息
- 总下载量: 320
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-04