magg_disable_server
Disable a specified server on the MAGG MCP server to manage and control server operations. Input the server name to deactivate it.
Instructions
Disable a server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Server name to disable |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Server name to disable",
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}