swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/jira-at-home/src/mcp/catalog.rs
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-20 23:59:48 -0400
committermain <main@swarm.moe>2026-03-20 23:59:48 -0400
commit5474bb6578fa03abaa6b95b9be161e46a743bebb (patch)
tree514adceb8ab191f5a9b79efa8c00160e057e951c /crates/jira-at-home/src/mcp/catalog.rs
parent5150f5a79658bbf5ca7c33b7b3817ad87b4a5c64 (diff)
downloadjira_at_home-main.zip
Move issues into state dirHEADmain
Diffstat (limited to 'crates/jira-at-home/src/mcp/catalog.rs')
-rw-r--r--crates/jira-at-home/src/mcp/catalog.rs4
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",