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 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
21
## [ 2.1.0] - 2025-01-13
6
22
7
23
### Major SCIP Architecture Enhancement
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " code-index-mcp"
7
- version = " 2.1.0 "
7
+ version = " 2.1.1 "
8
8
description = " Code indexing and analysis tools for LLMs using MCP"
9
9
readme = " README.md"
10
10
requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments