Docs.rs
origin-mcp-0.8.3
origin-mcp 0.8.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
7xuanlu
Dependencies
anyhow ^1
normal
axum ^0.8
normal
base64 ^0.22
normal
clap ^4
normal
dirs ^6
normal
http ^1
normal
origin-types ^0.8.3
normal
rand ^0.10
normal
reqwest ^0.12
normal
rmcp ~1.5
normal
schemars ^1
normal
semver ^1
normal
serde ^1
normal
serde_json ^1
normal
subtle ^2
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
portpicker ^0.1
dev
tempfile ^3
dev
wiremock ^0.6
dev
Versions
27.49%
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 client
origin_
mcp
0.8.3
Module client
Module Items
Structs
Enums
Functions
In crate origin_
mcp
origin_mcp
Module
client
Copy item path
Source
Structs
§
Origin
Client
HTTP client for the Origin REST API.
Enums
§
Origin
Error
Functions
§
discover_
origin_
url
Discover the Origin server URL. Priority: CLI flag > HTTP default. Note: UDS discovery disabled — reqwest doesn’t support unix:// URLs natively. Origin always binds HTTP on 127.0.0.1:7878 alongside UDS, so HTTP is reliable.
space_
header_
name
Single source of truth for the space-lock header name. Mirrors the daemon’s
X-Origin-Space
constant (HTTP normalises to lowercase).