magg_load_kit
Load a kit and its servers into the configuration of the MAGG MCP server, enabling dynamic extension of LLM capabilities through server management and configuration.
Instructions
Load a kit and its servers into the configuration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Kit name to load (filename without .json) |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Kit name to load (filename without .json)",
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}