rename(#162): drop non-special-case agent name examples from MCP docs
This commit is contained in:
parent
ab278affc7
commit
0dc9d66880
1 changed files with 3 additions and 4 deletions
|
|
@ -1013,8 +1013,7 @@ pub struct GetLooseEndsArgs {
|
||||||
|
|
||||||
#[derive(Debug, serde::Deserialize, schemars::JsonSchema)]
|
#[derive(Debug, serde::Deserialize, schemars::JsonSchema)]
|
||||||
pub struct RequestApplyCommitArgs {
|
pub struct RequestApplyCommitArgs {
|
||||||
/// Agent whose config repo the commit lives in (use `"root"` for the
|
/// Logical agent name whose config repo the commit lives in.
|
||||||
/// manager's own config).
|
|
||||||
pub agent: String,
|
pub agent: String,
|
||||||
/// Commit sha (full or short, 7-40 hex chars) in that agent's
|
/// Commit sha (full or short, 7-40 hex chars) in that agent's
|
||||||
/// proposed config repo. Must be a sha — a branch or tag name
|
/// proposed config repo. Must be a sha — a branch or tag name
|
||||||
|
|
@ -1124,7 +1123,7 @@ pub struct EditScheduleArgs {
|
||||||
|
|
||||||
#[derive(Debug, serde::Deserialize, schemars::JsonSchema)]
|
#[derive(Debug, serde::Deserialize, schemars::JsonSchema)]
|
||||||
pub struct GetLogsArgs {
|
pub struct GetLogsArgs {
|
||||||
/// Logical agent name to fetch logs for (e.g. `gui`, `root`).
|
/// Logical agent name to fetch logs for (e.g. `gui`, `iris`).
|
||||||
/// hive-c0re maps it to the underlying machine name (`h-gui`)
|
/// hive-c0re maps it to the underlying machine name (`h-gui`)
|
||||||
/// itself — pass the plain agent name, not the `h-` form.
|
/// itself — pass the plain agent name, not the `h-` form.
|
||||||
pub agent: String,
|
pub agent: String,
|
||||||
|
|
@ -1580,7 +1579,7 @@ impl ManagerServer {
|
||||||
|
|
||||||
#[tool(
|
#[tool(
|
||||||
description = "Submit a config change for operator approval. Pass the agent name \
|
description = "Submit a config change for operator approval. Pass the agent name \
|
||||||
(e.g. `alice` or `root` for the manager's own config) and a commit sha (7-40 hex \
|
(e.g. `alice`) and a commit sha (7-40 hex \
|
||||||
chars, full or short) in that agent's proposed config repo — a branch/tag name like \
|
chars, full or short) in that agent's proposed config repo — a branch/tag name like \
|
||||||
`main` is rejected, the approval pins the exact commit. On approval hive-c0re \
|
`main` is rejected, the approval pins the exact commit. On approval hive-c0re \
|
||||||
rebuilds the container."
|
rebuilds the container."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue