Docs.rs
  • async-mcp-0.0.1
    • async-mcp 0.0.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • v3g42
    • Dependencies
      • actix-lab ^0.1.0 normal
      • actix-web ^4.3 normal
      • anyhow ^1.0 normal
      • async-trait ^0.1 normal
      • futures ^0.3 normal
      • jsonwebtoken ^8.1 normal
      • reqwest ^0.12.12 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tokio ^1.0 normal
      • tokio-stream ^0.1 normal
      • tracing ^0.1 normal
      • url ^2.5 normal
      • uuid ^1.0 normal
      • tracing-subscriber ^0.3 dev
    • Versions
    • 12.69% of the crate is documented
  • This release has been yanked, 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

async_mcp0.0.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • client::Client
  • client::ClientBuilder
  • protocol::Protocol
  • protocol::ProtocolBuilder
  • protocol::RequestOptions
  • registry::Tools
  • server::Server
  • server::ServerBuilder
  • server::ServerState
  • sse::middleware::AuthConfig
  • sse::middleware::Claims
  • sse::middleware::JwtAuth
  • sse::middleware::JwtAuthMiddleware
  • sse::sse_server::Claims
  • sse::sse_server::MessageQuery
  • sse::sse_server::SessionState
  • transport::ClientInMemoryTransport
  • transport::ClientSseTransport
  • transport::ClientStdioTransport
  • transport::JsonRpcError
  • transport::JsonRpcNotification
  • transport::JsonRpcRequest
  • transport::JsonRpcResponse
  • transport::JsonRpcVersion
  • transport::ServerInMemoryTransport
  • transport::ServerSseTransport
  • transport::ServerStdioTransport
  • types::CallToolRequest
  • types::CallToolResponse
  • types::ClientCapabilities
  • types::Implementation
  • types::InitializeRequest
  • types::InitializeResponse
  • types::ListRequest
  • types::Prompt
  • types::PromptArgument
  • types::PromptCapabilities
  • types::PromptsListResponse
  • types::ReadResourceRequest
  • types::Resource
  • types::ResourceCapabilities
  • types::ResourceContents
  • types::ResourcesListResponse
  • types::RootCapabilities
  • types::ServerCapabilities
  • types::Tool
  • types::ToolsListResponse

Enums

  • transport::JsonRpcMessage
  • transport::SseEvent
  • types::ErrorCode
  • types::ToolResponseContent

Traits

  • transport::Transport

Functions

  • sse::sse_server::http_server
  • sse::sse_server::run_sse_server
  • sse::sse_server::sse_handler

Type Aliases

  • transport::Message
  • transport::RequestId

Constants

  • protocol::DEFAULT_REQUEST_TIMEOUT_MSEC
  • types::LATEST_PROTOCOL_VERSION