MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.

Maintainers

Package info

github.com/quioteframework/mcp

Issues

pkg:composer/quioteframework/mcp

Transparency log

Statistics

Installs: 13

Dependents: 1

Suggesters: 1

Stars: 0

dev-main 2026-07-05 19:49 UTC

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.