You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AgentTools::InvalidDeployTarget="Invalid deployment target: `1`. Expected a client name string, {name, directory}, or File[\[Ellipsis]].";
75
+
AgentTools::InvalidDeployTarget="Invalid deployment target: `1`. Expected a client name string, {name, directory}, File[\[Ellipsis]], or All.";
75
76
76
77
(* PacletTools messages *)
77
78
AgentTools::PacletToolsInvalidPath="The path \"`1`\" does not exist. Provide an absolute path to either the paclet root directory or the definition notebook (.nb) file.";
|`UninstallMCPServer[client]`| Remove all servers from a client |
274
274
|`UninstallMCPServer[client, name]`| Remove a specific server from a client |
275
275
|`DeployAgentTools[target]`| Deploy tools to a client with tracked deployment management |
276
+
|`DeployAgentTools[All]`| Deploy tools to every client in `$SupportedMCPClients` (see [docs/deploy-agent-tools.md](docs/deploy-agent-tools.md#deploying-to-all-clients)) |
276
277
|`ValidateAgentToolsPacletExtension[paclet]`| Validate an `"AgentTools"` paclet extension |
277
278
|`DeployedAgentTools[]`| List all tracked deployments |
278
279
|`CreatePreferencesContent[]`| Build the preferences panel UI for managing deployed Wolfram toolsets (see [docs/preferences-content.md](docs/preferences-content.md)) |
0 commit comments