creode/modular-ai
最新稳定版本:1.0.2
Composer 安装命令:
composer require creode/modular-ai
包简介
Enables MCP make commands for Laravel Modular applications
README 文档
README
This module adds MCP “make” Artisan commands that play nicely with Internachi Modular module structure.
Modular upstream: https://github.com/InterNACHI/modular
It’s packaged as creode/modular-ai and auto-registers its service provider via Composer.
What it provides
When running in console, the module registers these Artisan commands:
make:mcp-toolmake:mcp-servermake:mcp-resourcemake:mcp-promptmake:mcp-app-resource
These commands generate MCP classes in the appropriate module directories rather than assuming a non-modular Laravel app layout.
Usage
php artisan make:mcp-tool ExampleTool php artisan make:mcp-server ExampleServer php artisan make:mcp-resource ExampleResource php artisan make:mcp-prompt ExamplePrompt php artisan make:mcp-app-resource ExampleAppResource
See command options:
php artisan make:mcp-tool --help
Development notes
- The commands are registered by
Creode\ModularAi\Providers\ModularAiServiceProviderand only load whenrunningInConsole().
License
This module declares a proprietary license in its composer.json.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-05-05