v1.0.0 Release Notes¶
Release Date: November 1, 2025
🎉 Initial Public Release¶
Code Scalpel v1.0.0 is the first public release of the AI-powered surgical code analysis toolkit.
Features¶
MCP Server¶
22 tools for AI agents via Model Context Protocol:
Analysis Tools: - analyze_code - Parse and extract code structure - get_file_context - File overview without full content
Extraction Tools: - extract_code - Surgical symbol extraction - update_symbol - Safe code replacement - rename_symbol - Codebase-wide renaming
Security Tools: - security_scan - Taint-based vulnerability detection - unified_sink_detect - Polyglot sink detection - cross_file_security_scan - Multi-file taint tracking - scan_dependencies - CVE vulnerability scanning
Graph Tools: - get_call_graph - Function call relationships - get_project_map - Project structure overview
Symbolic Execution: - symbolic_execute - Path exploration with Z3 - generate_unit_tests - Test generation from paths - simulate_refactor - Refactoring safety verification
System Tools: - crawl_project - Project-wide analysis - validate_paths - Path validation - verify_policy_integrity - Policy file verification - code_policy_check - Compliance checking
Tier System¶
Three tiers with different capabilities:
| Tier | Features |
|---|---|
| Community | 15 tools, basic limits |
| Pro | 22 tools, enhanced limits |
| Enterprise | All tools, unlimited |
Multi-Language Support¶
- Python (full support)
- JavaScript/TypeScript (full support)
- Java (core features)
- JSX/TSX (React components)
Getting Started¶
Configure your AI client (Claude, Copilot, Cursor) to use Code Scalpel as an MCP server.