authprobe: `authprobe` is a diagnostic tool designed to pinpoint and troubleshoot failures in the Model Context Protocol (MCP) OAuth authentication flows. It scans the discovery process, identifies divergences from specifications, and provides detailed reports including RFC-based explanations and network traces to help resolve compliance issues.; rust-mcp-sdk: Rust MCP SDK is a high-performance, asynchronous Rust toolkit designed for building MCP (Model Context Protocol) servers and clients. It abstracts away protocol details and transport mechanisms, allowing developers to concentrate on their core application logic. The SDK provides comprehensive support for the latest MCP protocol, including various transports and powerful procedural macros for streamlined development.
Validating OAuth discovery and protected-resource metadata behavior for MCP server authors.
Building high-performance MCP servers that interact with various clients using different transport mechanisms (Stdio, HTTP).