pathfinder-mcp 0.20.1

Pathfinder — The Headless IDE MCP Server for AI Coding Agents
Documentation
1
2
3
4
5
6
#![cfg_attr(test, allow(clippy::unwrap_used, clippy::expect_used))]

//! Pathfinder library crate — re-exports for integration testing.

/// Module containing server-related functionality.
pub mod server;