magg_remove_server
Delete a specified server from the MAGG MCP server to manage and optimize server configurations effectively. Input the server name to execute the removal process.
Instructions
Remove a server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Server name to remove |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Server name to remove",
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}