1 · Install the plugin
The plugin adds the activity-creation web services to Moodle. Install it once as an administrator.
From the plugin installer
- Download
mcpbridge.zipfrom the repository. - Go to Site administration → Plugins → Install plugins.
- Upload the zip and confirm the upgrade.
On upgrade the plugin registers 17 web service functions and ships its own external service, MCP Bridge Service, with every function already attached.
By copying the folder
# unzip into your Moodle's local/ directory
cp -r mcpbridge {moodle}/local/mcpbridge
Then open Site administration as an admin to trigger the upgrade.
Upgrade-safe: the plugin uses Moodle's official
add_moduleinfo() helper. It never writes activity tables directly, so it survives Moodle upgrades.