From fa1bd32800b65aab31ea732dd240261b4047522c Mon Sep 17 00:00:00 2001 From: main Date: Thu, 19 Mar 2026 15:49:41 -0400 Subject: Release adequate-rust-mcp 1.0.0 --- crates/ra-mcp-domain/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crates/ra-mcp-domain/src/lib.rs (limited to 'crates/ra-mcp-domain/src/lib.rs') diff --git a/crates/ra-mcp-domain/src/lib.rs b/crates/ra-mcp-domain/src/lib.rs new file mode 100644 index 0000000..90285f0 --- /dev/null +++ b/crates/ra-mcp-domain/src/lib.rs @@ -0,0 +1,5 @@ +//! Domain model for the Adequate Rust MCP server. + +pub mod fault; +pub mod lifecycle; +pub mod types; -- cgit v1.2.3