Docs.rs
  • mcp-ectors-0.0.1
    • mcp-ectors 0.0.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mcp-ectors
    • Dependencies
      • actix ^0.13.5 normal
      • actix-codec ^0.5.2 normal
      • actix-rt ^2.10.0 normal
      • actix-web ^4.9.0 normal
      • actix-web-lab ^0.23.0 normal
      • anyhow ^1.0.97 normal
      • async-trait ^0.1.88 normal
      • base64 ^0.22.1 normal
      • chrono ^0.4.40 normal
      • futures ^0.3.31 normal
      • mcp-spec ^0.1.0 normal
      • rand ^0.9.0 normal
      • rustls ^0.23.25 normal
      • rustls-pemfile ^2.2.0 normal
      • schemars ^0.8.22 normal
      • serde ^1.0.218 normal
      • serde_json ^1.0.140 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.44.1 normal
      • tokio-rustls ^0.26.2 normal
      • tower-service ^0.3.3 normal
      • tracing ^0.1.41 normal
      • tracing-appender ^0.2.3 normal
      • tracing-subscriber ^0.3.19 normal
      • url ^2.5.4 normal
      • wasmtime ^30.0.2 normal
      • wasmtime-wasi ^30.0.2 normal
      • chrono ^0.4.40 dev
      • mcp-client ^0.1.0 dev
      • tempfile ^3.19.0 dev
    • Versions
    • 20.1% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

mcp_ectors0.0.1

Module mcp_messages

Module Items

  • Structs
  • Enums
  • Constants

In mcp_ectors::messages::mcp

mcp_ectors::messages::mcp

Module mcp_messages

Source

Structs§

CallToolRequest
CancelledNotification
CompleteRequest
CreateMessageRequest
GetPromptRequest
InitializeRequest
InitializedNotification
InitializedNotificationRequest
ListPromptsRequest
ListResourceTemplatesRequest
ListResourcesRequest
ListRootsRequest
ListToolsRequest
LoggingMessageNotification
PingRequest
ProgressNotification
PromptListChangedNotification
ReadResourceRequest
ResourceListChangedNotification
ResourceUpdatedNotification
RootsListChangedNotification
SetLevelRequest
SubscribeRequest
ToolListChangedNotification
UnsubscribeRequest

Enums§

JsonRpcNotificationMessage
A unified type for handling all JSON-RPC notifications.
JsonRpcRequestMessage
A unified type for handling all JSON-RPC requests and notifications.
McpMessage
Enum representing all MCP messages.

Constants§

JSONRPC_VERSION