MCP Environment & Installation Manager

by devlimelabs

activate-profile

Switch to a specific configuration profile in the MCP server to manage environment variables, settings, and package installations using the provided profile ID.

Input Schema

NameRequiredDescriptionDefault
profileIdYesProfile 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" }
ID: kykgc78z0v