activate-profile
Switch active configurations in the MCP Environment & Installation Manager by activating a specific profile using the profile ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profileId | Yes | Profile ID to activate |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"profileId": {
"description": "Profile ID to activate",
"type": "string"
}
},
"required": [
"profileId"
],
"type": "object"
}