diff options
| author | main <main@swarm.moe> | 2026-03-20 21:19:07 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-20 21:19:07 -0400 |
| commit | c9337a12e5a64087be760460259bdc747e49a2d6 (patch) | |
| tree | e8657446564121d035f3d42b058d25907af7704c /README.md | |
| download | jira_at_home-c9337a12e5a64087be760460259bdc747e49a2d6.zip | |
Bootstrap minimal issue MCP
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf982cc --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# jira_at_home + +`jira_at_home` is an intentionally tiny MCP for parking project-local ideas. + +The domain is mercilessly small: + +- `issues/<slug>.md` stores the actual note body +- `issue.save` overwrites or creates one note +- `issue.list` enumerates the existing slugs +- `issue.read` returns the note body for one slug + +The feature set stays primitive, but the transport posture is not: + +- durable stdio host with a disposable worker +- explicit replay contracts +- porcelain-by-default tool output +- hot host reexec through `libmcp` session snapshots +- append-only JSONL telemetry outside the repo under the platform state dir + +Use `cargo run -- mcp serve --project .` to launch it against the current repo. |