pluck-mcp 0.2.0

MCP server (pluckd) for pluck — exposes the read/search/grep/symbol/peek/expand tools over stdio for AI coding agents like Claude Code, Cursor, and Codex.
Documentation
1
2
3
4
5
6
//! pluck MCP library — the same modules the `pluckd` binary uses,
//! re-exported so integration tests and benchmarks can drive the server
//! handler directly without a stdio round-trip.

pub mod server;
pub mod session;