switch_php
ActiveTool of BorealHost
declared in 1.27.0
Switch the active PHP version for a site. Requires: API key with write scope. Args: slug: Site identifier version: Target PHP version (e.g. "8.3", "8.2", "8.1") Returns: {"version": "8.3", "result": {...}}
Parameters schema
{
"type": "object",
"title": "switch_phpArguments",
"required": [
"slug",
"version"
],
"properties": {
"slug": {
"type": "string",
"title": "Slug"
},
"version": {
"type": "string",
"title": "Version"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries