magg_enable_server
Activate a specified server in the MAGG MCP system by providing its name, enabling it for immediate use and integration with MAGG's aggregated server capabilities.
Instructions
Enable a server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Server name to enable |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Server name to enable",
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}