Add a server to the rack
rack_addRegister an MCP server in the in-memory rack for routing by name. Upserts existing entries, without starting or validating the process.
Instructions
Register an MCP server on the in-memory rack so later route_task calls can target it by name. Overwrites an existing entry with the same name (idempotent upsert). Does not start the child process and does not validate the command. Use list_rack to inspect and rack_remove to delete. Local write only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short rack key used by route_task and rack_remove. | |
| notes | No | Optional human note describing capabilities. | |
| command | Yes | stdio command or streamable HTTP URL for the child MCP server. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||