MCP Environment & Installation Manager

by devlimelabs

uninstall-mcp

Uninstall specific packages from an MCP server using package names, with an option to force removal regardless of existing configurations.

Input Schema

NameRequiredDescriptionDefault
forceNoForce uninstallation even if referenced by configs
packageNameYesPackage name to uninstall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "force": { "description": "Force uninstallation even if referenced by configs", "type": "boolean" }, "packageName": { "description": "Package name to uninstall", "type": "string" } }, "required": [ "packageName" ], "type": "object" }
ID: kykgc78z0v