mcp-code-indexer 1.9.1__py3-none-any.whl → 2.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mcp_code_indexer/database/connection_health.py +441 -0
- mcp_code_indexer/database/database.py +344 -26
- mcp_code_indexer/database/retry_handler.py +344 -0
- mcp_code_indexer/logging_config.py +29 -0
- mcp_code_indexer/middleware/error_middleware.py +41 -0
- mcp_code_indexer/server/mcp_server.py +49 -2
- {mcp_code_indexer-1.9.1.dist-info → mcp_code_indexer-2.0.0.dist-info}/METADATA +68 -15
- {mcp_code_indexer-1.9.1.dist-info → mcp_code_indexer-2.0.0.dist-info}/RECORD +12 -10
- {mcp_code_indexer-1.9.1.dist-info → mcp_code_indexer-2.0.0.dist-info}/WHEEL +0 -0
- {mcp_code_indexer-1.9.1.dist-info → mcp_code_indexer-2.0.0.dist-info}/entry_points.txt +0 -0
- {mcp_code_indexer-1.9.1.dist-info → mcp_code_indexer-2.0.0.dist-info}/licenses/LICENSE +0 -0
- {mcp_code_indexer-1.9.1.dist-info → mcp_code_indexer-2.0.0.dist-info}/top_level.txt +0 -0
@@ -3,23 +3,25 @@ mcp_code_indexer/__main__.py,sha256=4Edinoe0ug43hobuLYcjTmGp2YJnlFYN4_8iKvUBJ0Q,
|
|
3
3
|
mcp_code_indexer/error_handler.py,sha256=cNSUFFrGBMLDv4qa78c7495L1wSl_dXCRbzCJOidx-Q,11590
|
4
4
|
mcp_code_indexer/file_scanner.py,sha256=ctXeZMROgDThEtjzsANTK9TbK-fhTScMBd4iyuleBT4,11734
|
5
5
|
mcp_code_indexer/git_hook_handler.py,sha256=k6QpoLI-5D9EvrLQrHWMII2qNu21daRX_jXlk9U6bGI,36976
|
6
|
-
mcp_code_indexer/logging_config.py,sha256=
|
6
|
+
mcp_code_indexer/logging_config.py,sha256=tf_U-Zz_axDXRV9s7TfHEeUrBjT1QBWkzPuiyZMffBU,10252
|
7
7
|
mcp_code_indexer/main.py,sha256=U-f3AJYdycWhjh-vLryj7aH8DGCs4d3x1yjA852HTxM,31546
|
8
8
|
mcp_code_indexer/merge_handler.py,sha256=lJR8eVq2qSrF6MW9mR3Fy8UzrNAaQ7RsI2FMNXne3vQ,14692
|
9
9
|
mcp_code_indexer/token_counter.py,sha256=WrifOkbF99nWWHlRlhCHAB2KN7qr83GOHl7apE-hJcE,8460
|
10
10
|
mcp_code_indexer/data/stop_words_english.txt,sha256=7Zdd9ameVgA6tN_zuXROvHXD4hkWeELVywPhb7FJEkw,6343
|
11
11
|
mcp_code_indexer/database/__init__.py,sha256=aPq_aaRp0aSwOBIq9GkuMNjmLxA411zg2vhdrAuHm-w,38
|
12
|
-
mcp_code_indexer/database/
|
12
|
+
mcp_code_indexer/database/connection_health.py,sha256=XJvUrHRhIroZlIPScVGdKb69lNP67lT9ZTTO67cFSEs,16721
|
13
|
+
mcp_code_indexer/database/database.py,sha256=975bJCsj8G970UbRie3ge5ctFV5pmeOhqvNGt78Y5z8,48769
|
13
14
|
mcp_code_indexer/database/models.py,sha256=_vCmJnPXZSiInRzyvs4c7QUWuNNW8qsOoDlGX8J-Gnk,7124
|
15
|
+
mcp_code_indexer/database/retry_handler.py,sha256=zwwZ0V1PzzS1rtcfVQOI-CXqWnPGF-KGH4L_3d-_h1Y,11932
|
14
16
|
mcp_code_indexer/middleware/__init__.py,sha256=p-mP0pMsfiU2yajCPvokCUxUEkh_lu4XJP1LyyMW2ug,220
|
15
|
-
mcp_code_indexer/middleware/error_middleware.py,sha256=
|
17
|
+
mcp_code_indexer/middleware/error_middleware.py,sha256=5agJTAkkPogfPGnja1V9JtG9RG-BiOALIJYctK3byJQ,11730
|
16
18
|
mcp_code_indexer/server/__init__.py,sha256=16xMcuriUOBlawRqWNBk6niwrvtv_JD5xvI36X1Vsmk,41
|
17
|
-
mcp_code_indexer/server/mcp_server.py,sha256=
|
19
|
+
mcp_code_indexer/server/mcp_server.py,sha256=1GFvfORtUW3Am8me3joCg3Q61epipsB2I-1uv6WL15Q,66717
|
18
20
|
mcp_code_indexer/tiktoken_cache/9b5ad71b2ce5302211f9c61530b329a4922fc6a4,sha256=Ijkht27pm96ZW3_3OFE-7xAPtR0YyTWXoRO8_-hlsqc,1681126
|
19
21
|
mcp_code_indexer/tools/__init__.py,sha256=m01mxML2UdD7y5rih_XNhNSCMzQTz7WQ_T1TeOcYlnE,49
|
20
|
-
mcp_code_indexer-
|
21
|
-
mcp_code_indexer-
|
22
|
-
mcp_code_indexer-
|
23
|
-
mcp_code_indexer-
|
24
|
-
mcp_code_indexer-
|
25
|
-
mcp_code_indexer-
|
22
|
+
mcp_code_indexer-2.0.0.dist-info/licenses/LICENSE,sha256=JN9dyPPgYwH9C-UjYM7FLNZjQ6BF7kAzpF3_4PwY4rY,1086
|
23
|
+
mcp_code_indexer-2.0.0.dist-info/METADATA,sha256=vtQ3OS8AfTQuZmLqVFEyPzMtvvX9-V_KoyI4ygMvQ00,20165
|
24
|
+
mcp_code_indexer-2.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
25
|
+
mcp_code_indexer-2.0.0.dist-info/entry_points.txt,sha256=8HqWOw1Is7jOP1bvIgaSwouvT9z_Boe-9hd4NzyJOhY,68
|
26
|
+
mcp_code_indexer-2.0.0.dist-info/top_level.txt,sha256=yKYCM-gMGt-cnupGfAhnZaoEsROLB6DQ1KFUuyKx4rw,17
|
27
|
+
mcp_code_indexer-2.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|