tsafe-mcp 0.1.0

First-party MCP server for tsafe — exposes action-shaped tools to MCP-aware hosts over stdio JSON-RPC.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Integration tests for tsafe-mcp.
//!
//! Cargo treats each top-level file in `tests/` as a separate integration
//! test binary. We pull the named per-feature modules in as submodules of
//! this single integration binary so the planner's layout
//! (`tests/integration/<file>.rs`) is preserved while remaining
//! cargo-compatible.

mod integration {
    pub mod common;
    pub mod install_host_configs;
    pub mod scope_no_blank_widening;
    pub mod tools_default_surface;
    pub mod tools_no_agent_paths;
    pub mod tools_reveal_gated;
}