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 /crates/jira-at-home/src/mcp/host/mod.rs | |
| download | jira_at_home-c9337a12e5a64087be760460259bdc747e49a2d6.zip | |
Bootstrap minimal issue MCP
Diffstat (limited to 'crates/jira-at-home/src/mcp/host/mod.rs')
| -rw-r--r-- | crates/jira-at-home/src/mcp/host/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/jira-at-home/src/mcp/host/mod.rs b/crates/jira-at-home/src/mcp/host/mod.rs new file mode 100644 index 0000000..29cdcb1 --- /dev/null +++ b/crates/jira-at-home/src/mcp/host/mod.rs @@ -0,0 +1,3 @@ +pub(crate) mod binary; +pub(crate) mod process; +pub(crate) mod runtime; |