diff options
| author | main <main@swarm.moe> | 2026-03-20 23:59:48 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-20 23:59:48 -0400 |
| commit | 5474bb6578fa03abaa6b95b9be161e46a743bebb (patch) | |
| tree | 514adceb8ab191f5a9b79efa8c00160e057e951c /crates/jira-at-home/src/mcp/catalog.rs | |
| parent | 5150f5a79658bbf5ca7c33b7b3817ad87b4a5c64 (diff) | |
| download | jira_at_home-5474bb6578fa03abaa6b95b9be161e46a743bebb.zip | |
Diffstat (limited to 'crates/jira-at-home/src/mcp/catalog.rs')
| -rw-r--r-- | crates/jira-at-home/src/mcp/catalog.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/jira-at-home/src/mcp/catalog.rs b/crates/jira-at-home/src/mcp/catalog.rs index 2ff8e81..d6ce29b 100644 --- a/crates/jira-at-home/src/mcp/catalog.rs +++ b/crates/jira-at-home/src/mcp/catalog.rs @@ -47,7 +47,7 @@ const TOOL_SPECS: &[ToolSpec] = &[ }, ToolSpec { name: "issue.save", - description: "Create or overwrite one issue note at `issues/<slug>.md`.", + description: "Create or overwrite one issue note at `issues/<slug>.md` under the bound project's external state root.", dispatch: DispatchTarget::Worker, replay: ReplayContract::NeverReplay, }, @@ -112,7 +112,7 @@ fn tool_schema(name: &str) -> Value { "properties": { "slug": { "type": "string", - "description": "Stable slug. Stored at `issues/<slug>.md`." + "description": "Stable slug. Stored at `issues/<slug>.md` under the bound project's external state root." }, "body": { "type": "string", |