swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/jira-at-home/src/mcp/host/runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/jira-at-home/src/mcp/host/runtime.rs')
-rw-r--r--crates/jira-at-home/src/mcp/host/runtime.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/jira-at-home/src/mcp/host/runtime.rs b/crates/jira-at-home/src/mcp/host/runtime.rs
index b2049a0..1994632 100644
--- a/crates/jira-at-home/src/mcp/host/runtime.rs
+++ b/crates/jira-at-home/src/mcp/host/runtime.rs
@@ -230,7 +230,7 @@ impl HostRuntime {
"name": SERVER_NAME,
"version": env!("CARGO_PKG_VERSION")
},
- "instructions": "Bind the session with project.bind, then use issue.save to park ideas in issues/<slug>.md. issue.list enumerates every existing issue file because there is no closed state."
+ "instructions": "Bind the session with project.bind, then use issue.save to park ideas in the bound state directory under issues/<slug>.md. issue.list enumerates every existing issue file because there is no closed state."
}))),
"notifications/initialized" => {
if !self.seed_captured() {