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 json_rpc

Module Items

  • Structs
  • Constants

In mcp_ectors::utils

mcp_ectors::utils

Module json_rpc

Source

Structs§

JsonRpcUtils
Helper functions for JSON-RPC handling

Constants§

JSON_RPC_APPLICATION_ERROR_START
JSON_RPC_INTERNAL_ERROR
JSON_RPC_INVALID_PARAMS
JSON_RPC_INVALID_REQUEST
JSON_RPC_METHOD_NOT_FOUND
JSON_RPC_PARSE_ERROR
MCP_AUTH_ERROR
MCP_FORBIDDEN_ERROR
MCP_INTERNAL_SERVER_ERROR
MCP_INVALID_METHOD
MCP_INVALID_PARAMS
MCP_INVALID_REQUEST
MCP_SERVICE_UNAVAILABLE
MCP_TIMEOUT_ERROR