Remove a server from the rack
rack_removeRemove an MCP server from the in-memory rack by name, dropping its catalog entry without stopping the running child process. Returns an error for missing names; confirm via list_rack first.
Instructions
Remove one MCP server from the in-memory rack by name. Destructive. Missing names return an error object rather than raising. Does not stop a running child — only drops the catalog entry. Use list_rack first to confirm the name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Rack key previously passed to rack_add. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||