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.
//! 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.
pubmodserver;pubmodsession;