utils_installAgentMaster
Install the Agent Master CLI tool for managing MCP server configurations across multiple platforms (Claude, VS Code, Cursor, etc.)
Read as MarkdownResult
Installation status or an error from the Agent Master CLI installer.
Permissions
Runs an installer on the server's computer. It changes local software; call only when installation is requested.
Inputs and availability
Full catalog · Before wallet setup; Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Project · payments scope; External BRC-100 wallet; Local Vault + sponsor; Droplit wallet
| Field | Type / required | Description |
|---|---|---|
| method | "go" | "source" | "auto" Optional | Installation method |
Nested fields are required only when their parent object or array item is supplied.
Full input schema
{
"type": "object",
"properties": {
"method": {
"description": "Installation method",
"type": "string",
"enum": [
"go",
"source",
"auto"
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}