paserver_info
Retrieves stored PAServer connection profile details (host, port, platform, sysroot) from local registry, validating the profile name to catch typos.
Instructions
Read local info about a PAServer Connection Profile (paclient -l).
Pure local read — does NOT touch the network. Returns the host, port, platform tag, and sysroot path the IDE has stored for this profile. The profile name must already exist in HKCU registry (use list_remote_profiles to enumerate). paclient itself doesn't error on unknown names — it returns synthesised defaults — so we validate against the registry first to catch typos with a clear error.
Args: profile: Connection Profile name (e.g. "MACBOOK"). Case-sensitive. studio_root: Optional Studio install root. Defaults to the highest-version detected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | ||
| studio_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |