proxy_activate_server
Mount a server from the catalogue by name, deferring load until first use or spawning immediately with the eager option.
Instructions
Activate (mount) a server from the catalogue by name.
By default the server is registered as a deferred stub ({name}_load tool)
and only fully spawned when first used. Pass eager=True to mount immediately.
Args: name: Server name as shown in proxy.list_available_servers() eager: If True, spawn the subprocess immediately instead of deferring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| eager | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |