codeprism-mcp-server 0.4.4

MCP server implementation using the official Rust SDK
Documentation

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 implementation
  • tools: MCP tool implementations (core, search, analysis, workflow)
  • config: Configuration management
  • error: 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.