Setup1 · Install the plugin

1 · Install the plugin

The plugin adds the activity-creation web services to Moodle. Install it once as an administrator.

From the plugin installer

  1. Download mcpbridge.zip from the repository.
  2. Go to Site administration → Plugins → Install plugins.
  3. 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.