Warning
Experimental. This extension is experimental and not yet ready for production use. It is built on top of WebMCP, which is itself an experimental, early-stage proposal. Both the underlying specification and this extension's API may change or break at any time without notice. Use at your own risk.
Installation
Composer
Install the extension with Composer:
composer require neoblack/webmcp
Then set up the extension (creates the analytics table
tx_neoblackwebmcp_event):
vendor/bin/typo3 extension:setup --extension neoblack_webmcp
Requirements
- TYPO3 v14.3+
- PHP 8.2+
The extension ships no site configuration of its own. It only becomes active
once at least one tool provider is registered and the
Tool plus the webmcp. runtime are wired into
your site (see Configuration). Registering the tools themselves is
described in Writing tools.