magg_unload_kit
Remove a specific kit and its associated servers from the MAGG MCP server configuration to streamline tool management and system performance.
Instructions
Unload a kit and optionally its servers from the configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Kit name to unload |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Kit name to unload",
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}