MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.
v4.0.0-RC5
2026-08-09 09:22 UTC
Requires
- php: >=8.5.0
- mcp/sdk: ^0.7.0
- quioteframework/quiote: ^4.0
- symfony/finder: ^7.0 || ^8.0
Suggests
- firebase/php-jwt: Required when mcp.auth is 'oauth2', for JWKS-backed JWT validation (Mcp\Server\Transport\Http\OAuth\JwtTokenValidator).
This package is auto-updated.
Last update: 2026-08-09 18:39:23 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.