Installation 

Composer 

Install the extension with Composer:

composer require neoblack/webmcp
Copied!

Then set up the extension (creates the analytics table tx_neoblackwebmcp_event):

vendor/bin/typo3 extension:setup --extension neoblack_webmcp
Copied!

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 ToolManifestProcessor plus the webmcp.js runtime are wired into your site (see Configuration). Registering the tools themselves is described in Writing tools.