things3-cli 1.0.0

CLI tool for Things 3 with integrated MCP server
Documentation
1
2
3
4
5
6
7
8
9
10
//! Error handling tests for MCP server
//!
//! Tests for all MCP error scenarios including:
//! - Error type creation and conversion
//! - Error message formatting
//! - Error serialization/deserialization
//! - Fallback error handling

// TODO: Migrate error tests from mcp_tests_backup.rs
// This module will contain approximately 25 tests covering all error scenarios