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/host | |
| parent | 5150f5a79658bbf5ca7c33b7b3817ad87b4a5c64 (diff) | |
| download | jira_at_home-5474bb6578fa03abaa6b95b9be161e46a743bebb.zip | |
Diffstat (limited to 'crates/jira-at-home/src/mcp/host')
| -rw-r--r-- | crates/jira-at-home/src/mcp/host/runtime.rs | 2 |
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() { |