rmcp-actix-web 0.12.16

actix-web transport implementations for RMCP (Rust Model Context Protocol)
Documentation
1
2
3
4
5
6
7
8
9
10
//! Common test utilities for rmcp-actix-web integration tests.
//!
//! This module provides shared test services and utilities used across
//! different integration tests, including JavaScript and Python client tests.

/// Calculator service implementation for testing MCP tool functionality.
pub mod calculator;

/// Test service for verifying Authorization header forwarding.
pub mod headers_test_service;