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
Requirements
| Requirement | Version |
|---|---|
| TYPO3 | 14.3 or newer |
| PHP | 8.2, 8.3 or 8.4 |
Install the extension
composer require neoblack/webmcp
Download and install neoblack_webmcp from the TYPO3 Extension Repository via the Admin Tools > Extensions backend module.
Set up the extension
Run the setup command to create the analytics table
tx_neoblackwebmcp_event:
vendor/bin/typo3 extension:setup --extension neoblack_webmcp
Note
The extension ships no site configuration of its own. It only becomes active
once at least one tool provider is registered and the
\Neoblack\ plus the
webmcp. runtime are wired into your site.
See also
- Quickstart – build your first tool end to end.
- Configuration – wire the manifest and runtime into your site.
- Writing tools – register the tools themselves.