Docs.rs
pulseengine-mcp-server-0.10.1
pulseengine-mcp-server 0.10.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
avrabe
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
axum ^0.7
normal
chrono ^0.4
normal
futures ^0.3
normal
prometheus ^0.14
normal
pulseengine-mcp-auth ^0.10.1
normal
pulseengine-mcp-logging ^0.10.1
normal
pulseengine-mcp-monitoring ^0.10.1
normal
pulseengine-mcp-protocol ^0.10.1
normal
pulseengine-mcp-security ^0.10.1
normal
pulseengine-mcp-transport ^0.10.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.40
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
optional
uuid ^1.11
normal
axum-test ^15.0
dev
tempfile ^3.0
dev
tokio-test ^0.4
dev
Versions
65.24%
of the crate is documented
Go to latest version
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
Module error
pulseengine_
mcp_
server
0.10.1
Module error
Module Items
Structs
Enums
Type Aliases
In crate pulseengine_
mcp_
server
pulseengine_mcp_server
Module
error
Copy item path
Source
Expand description
Error types for the MCP protocol
Structs
§
Error
Core MCP error type
Enums
§
Error
Code
MCP error codes following JSON-RPC 2.0 specification
Type Aliases
§
McpResult
Preferred result type alias that doesn’t conflict with std::result::Result
Result
Result type alias for MCP protocol operations