Commit 5bde44c
committed
Refactor: Remove performance optimizer and server startup scripts
- Deleted `performance-optimizer.ts` which contained the PerformanceOptimizer class and related functionality for query optimization, caching, and metrics tracking.
- Removed `start-server.ts` script responsible for initializing the Enhanced MCP server with command line options and event listeners.
- Updated test script `test_mcp_tools.py` to reflect changes in tool calls and configuration.
- Added new Rust dependency `semchunk-rs` for lightweight semantic chunking, including its Cargo.toml and implementation in `src/lib.rs`.1 parent 3d21318 commit 5bde44c
File tree
202 files changed
+318225
-241928
lines changed- crates
- codegraph-ai/src
- ml
- optimization
- rag
- semantic
- codegraph-core
- src
- watch
- codegraph-graph
- migrations
- functions
- src
- codegraph-mcp
- src
- bin
- tests
- codegraph-parser
- src
- tests
- codegraph-vector
- src
- ml
- tests
- tokenizers
- docs
- api
- architecture
- assets
- deployment
- developer
- diagrams/architecture
- examples
- git-integrator
- guides
- legacy
- operations
- performance
- pipeline
- production
- reference
- troubleshooting
- tutorials
- schema
- src
- benchmarks
- core
- agents
- coordination
- routing
- transport
- validation
- embedding
- examples
- incremental
- languages
- optimizer
- server
- __tests__
- vendor/semchunk-rs
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
202 files changed
+318225
-241928
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
80 | 90 | | |
81 | 91 | | |
82 | 92 | | |
83 | 93 | | |
| 94 | + | |
84 | 95 | | |
85 | 96 | | |
86 | 97 | | |
87 | 98 | | |
88 | 99 | | |
89 | | - | |
| 100 | + | |
90 | 101 | | |
91 | 102 | | |
92 | 103 | | |
93 | 104 | | |
94 | | - | |
| 105 | + | |
95 | 106 | | |
96 | 107 | | |
97 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
57 | | - | |
| 65 | + | |
| 66 | + | |
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
| |||
70 | 79 | | |
71 | 80 | | |
72 | 81 | | |
73 | | - | |
| 82 | + | |
| 83 | + | |
74 | 84 | | |
75 | 85 | | |
76 | 86 | | |
| |||
79 | 89 | | |
80 | 90 | | |
81 | 91 | | |
82 | | - | |
| 92 | + | |
83 | 93 | | |
84 | | - | |
| 94 | + | |
85 | 95 | | |
86 | 96 | | |
87 | 97 | | |
88 | 98 | | |
89 | 99 | | |
90 | 100 | | |
91 | 101 | | |
92 | | - | |
| 102 | + | |
93 | 103 | | |
94 | 104 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
101 | 127 | | |
102 | 128 | | |
103 | 129 | | |
| |||
151 | 177 | | |
152 | 178 | | |
153 | 179 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | 180 | | |
159 | 181 | | |
160 | 182 | | |
| |||
0 commit comments