CodePrism MCP Server
This crate provides an MCP (Model Context Protocol) server implementation built on the official Rust SDK. It exposes CodePrism's code analysis capabilities through the standardized MCP protocol.
Architecture
The server is organized into several modules:
server
: Core MCP server implementationtools
: MCP tool implementations (core, search, analysis, workflow)config
: Configuration managementerror
: Error types and handling
Usage
The server can be run as a standalone binary or embedded in other applications. It supports stdio transport for communication with MCP clients.