wb-mcp exposes the weaveback MCP (Model Context Protocol) server as a
standalone binary. It reads JSON-RPC requests from stdin and writes
responses to stdout, making it usable directly in MCP client configurations
without requiring the full weaveback binary.
CLI
Generated from cli-spec/wb-mcp-cli.adoc.
// <<wb-mcp-cli>>=
use Cli;
use Parser;
// @
Main
// <<wb-mcp-main>>=
// @
Assembly
// <<@file wb-mcp/src/main.rs>>=
// <<wb-mcp-cli>>
// <<wb-mcp-main>>
// @