File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 2.1.1] - 2025-01-15
6+
7+ ### Fixed
8+ - ** SCIP Java Strategy** : Simplified Java symbol analysis implementation
9+ - Refactored JavaStrategy to use streamlined symbol registration methods
10+ - Removed complex JavaAnalyzer and JavaRelationshipExtractor classes
11+ - Fixed symbol creation with basic identifier extraction
12+ - Removed relationships summary calculation that was causing issues
13+ - Added back to_scip_relationships method for compatibility
14+ - Streamlined Java AST processing to focus on core symbol definitions
15+
16+ ### Improved
17+ - ** Code Maintainability** : Significantly reduced complexity in Java SCIP processing
18+ - ** Performance** : Faster Java file analysis with simplified approach
19+ - ** Reliability** : More stable symbol extraction without complex relationship tracking
20+
521## [ 2.1.0] - 2025-01-13
622
723### Major SCIP Architecture Enhancement
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " code-index-mcp"
7- version = " 2.1.0 "
7+ version = " 2.1.1 "
88description = " Code indexing and analysis tools for LLMs using MCP"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments