Docs.rs
  • mcp-runner-0.1.0
    • mcp-runner 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • billantoniadis
    • Dependencies
      • anyhow ^1.0.98 normal
      • async-process ^2.3.0 normal
      • async-trait ^0.1.88 normal
      • futures-lite ^2.6.0 normal
      • jsonrpc-core ^18.0.0 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • serde_yaml ^0.9.34 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.44.2 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • uuid ^1.16.0 normal
      • assert_fs ^1.1.2 dev
      • mockall ^0.13.1 dev
      • tempfile ^3.19.1 dev
      • tracing-appender ^0.2 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 94.44% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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_runner0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • McpRunner
  • client::McpClient
  • client::Resource
  • client::Tool
  • config::Config
  • config::ServerConfig
  • server::ServerId
  • server::ServerProcess
  • server::lifecycle::ServerEvent
  • server::lifecycle::ServerLifecycleManager
  • server::monitor::ServerMonitor
  • server::monitor::ServerMonitorConfig
  • transport::JsonRpcRequest
  • transport::JsonRpcResponse
  • transport::StdioTransport

Enums

  • error::Error
  • server::ServerStatus
  • server::lifecycle::ServerLifecycleEvent
  • server::monitor::ServerHealth
  • transport::JsonRpcMessage

Traits

  • transport::Transport

Functions

  • config::validator::validate_config

Type Aliases

  • error::Result