MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.
dev-main
2026-07-05 19:49 UTC
Requires
- php: >=8.5.0
- mcp/sdk: ^0.6.0
- quioteframework/quiote: *
This package is auto-updated.
Last update: 2026-07-05 19:49:51 UTC
README
MCP (Model Context Protocol) server capability for Quiote — expose your app's actions as MCP tools, resources, and prompts.
Install
composer require quioteframework/mcp
Enable
Add the plugin to your app's plugins config key:
'plugins' => [\Quiote\Mcp\McpPlugin::class],
Then configure the mcp.* settings (transports, auth, exposed actions) and run:
quiote mcp:serve
License
MIT. See LICENSE.