fastmcp-console 0.3.0

Rich console output for FastMCP servers
Documentation
1
2
3
4
5
6
7
8
9
//! Error handling utilities with automatic rich display.
//!
//! This module provides the [`ErrorBoundary`] type that wraps operations
//! and automatically displays errors beautifully on failure using the
//! configured console and theme.

mod boundary;

pub use boundary::ErrorBoundary;