Docs.rs
do-memory-mcp-0.1.31
do-memory-mcp 0.1.31
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
d-o-hub
Dependencies
anyhow ^1.0.102
normal
base64 ^0.22.1
normal
chrono ^0.4.44
normal
do-memory-core ^0.1.31
normal
do-memory-storage-redb ^0.1.31
normal
do-memory-storage-turso ^0.1.31
normal
parking_lot ^0.12.5
normal
rand ^0.10
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
thiserror ^2.0.18
normal
tokio ^1.51
normal
tracing ^0.1.44
normal
tracing-subscriber ^0.3.23
normal
url ^2.5.8
normal
uuid ^1.23
normal
insta ^1.47
dev
proptest ^1.11
dev
tempfile ^3.27.0
dev
tokio ^1.51
dev
tracing-subscriber ^0.3.23
dev
libc ^0.2
normal
Versions
86.68%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module jsonrpc
do_
memory_
mcp
0.1.31
Module jsonrpc
Module Items
Structs
Functions
In crate do_
memory_
mcp
do_memory_mcp
Module
jsonrpc
Copy item path
Source
Structs
§
Json
RpcError
JSON-RPC error structure
Json
RpcRequest
JSON-RPC request structure
Json
RpcResponse
JSON-RPC response structure
Functions
§
read_
next_
message
Read a message from a reader supporting both line-delimited JSON and LSP Content-Length framing. Returns (message, is_content_length) where is_content_length indicates whether the message came in with a Content-Length header (LSP-style)
write_
response_
with_
length
Write a JSON-RPC response using Content-Length framing to support LSP-style clients.