mcp-code-indexer 1.9.0__py3-none-any.whl → 1.9.1__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/git_hook_handler.py +1 -1
- {mcp_code_indexer-1.9.0.dist-info → mcp_code_indexer-1.9.1.dist-info}/METADATA +1 -1
- {mcp_code_indexer-1.9.0.dist-info → mcp_code_indexer-1.9.1.dist-info}/RECORD +7 -7
- {mcp_code_indexer-1.9.0.dist-info → mcp_code_indexer-1.9.1.dist-info}/WHEEL +0 -0
- {mcp_code_indexer-1.9.0.dist-info → mcp_code_indexer-1.9.1.dist-info}/entry_points.txt +0 -0
- {mcp_code_indexer-1.9.0.dist-info → mcp_code_indexer-1.9.1.dist-info}/licenses/LICENSE +0 -0
- {mcp_code_indexer-1.9.0.dist-info → mcp_code_indexer-1.9.1.dist-info}/top_level.txt +0 -0
@@ -67,7 +67,7 @@ class GitHookHandler:
|
|
67
67
|
self.config = {
|
68
68
|
"model": os.getenv("MCP_GITHOOK_MODEL", self.OPENROUTER_MODEL),
|
69
69
|
"max_diff_tokens": 136000, # Skip if diff larger than this (in tokens)
|
70
|
-
"timeout":
|
70
|
+
"timeout": 300, # 5 minutes
|
71
71
|
"temperature": 0.3, # Lower temperature for consistent updates
|
72
72
|
}
|
73
73
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcp-code-indexer
|
3
|
-
Version: 1.9.
|
3
|
+
Version: 1.9.1
|
4
4
|
Summary: MCP server that tracks file descriptions across codebases, enabling AI agents to efficiently navigate and understand code through searchable summaries and token-aware overviews.
|
5
5
|
Author: MCP Code Indexer Contributors
|
6
6
|
Maintainer: MCP Code Indexer Contributors
|
@@ -2,7 +2,7 @@ mcp_code_indexer/__init__.py,sha256=GhY2NLQ6lH3n5mxqw0t8T1gmZGKhM6KvjhZH8xW5O-A,
|
|
2
2
|
mcp_code_indexer/__main__.py,sha256=4Edinoe0ug43hobuLYcjTmGp2YJnlFYN4_8iKvUBJ0Q,213
|
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
|
-
mcp_code_indexer/git_hook_handler.py,sha256=
|
5
|
+
mcp_code_indexer/git_hook_handler.py,sha256=k6QpoLI-5D9EvrLQrHWMII2qNu21daRX_jXlk9U6bGI,36976
|
6
6
|
mcp_code_indexer/logging_config.py,sha256=_bd9XGCLQ2VHPViJitaxGyREyfOXDPiklRh17jXeV0U,9523
|
7
7
|
mcp_code_indexer/main.py,sha256=U-f3AJYdycWhjh-vLryj7aH8DGCs4d3x1yjA852HTxM,31546
|
8
8
|
mcp_code_indexer/merge_handler.py,sha256=lJR8eVq2qSrF6MW9mR3Fy8UzrNAaQ7RsI2FMNXne3vQ,14692
|
@@ -17,9 +17,9 @@ mcp_code_indexer/server/__init__.py,sha256=16xMcuriUOBlawRqWNBk6niwrvtv_JD5xvI36
|
|
17
17
|
mcp_code_indexer/server/mcp_server.py,sha256=4goDZmRmhPgipImgfhTVa6nYJM7L1p56h34ITO6JhSw,64431
|
18
18
|
mcp_code_indexer/tiktoken_cache/9b5ad71b2ce5302211f9c61530b329a4922fc6a4,sha256=Ijkht27pm96ZW3_3OFE-7xAPtR0YyTWXoRO8_-hlsqc,1681126
|
19
19
|
mcp_code_indexer/tools/__init__.py,sha256=m01mxML2UdD7y5rih_XNhNSCMzQTz7WQ_T1TeOcYlnE,49
|
20
|
-
mcp_code_indexer-1.9.
|
21
|
-
mcp_code_indexer-1.9.
|
22
|
-
mcp_code_indexer-1.9.
|
23
|
-
mcp_code_indexer-1.9.
|
24
|
-
mcp_code_indexer-1.9.
|
25
|
-
mcp_code_indexer-1.9.
|
20
|
+
mcp_code_indexer-1.9.1.dist-info/licenses/LICENSE,sha256=JN9dyPPgYwH9C-UjYM7FLNZjQ6BF7kAzpF3_4PwY4rY,1086
|
21
|
+
mcp_code_indexer-1.9.1.dist-info/METADATA,sha256=TNuU3pEJkGQcSzUYMD5PE5DfLaDNW6P8rzgZlYZOAig,17573
|
22
|
+
mcp_code_indexer-1.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
23
|
+
mcp_code_indexer-1.9.1.dist-info/entry_points.txt,sha256=8HqWOw1Is7jOP1bvIgaSwouvT9z_Boe-9hd4NzyJOhY,68
|
24
|
+
mcp_code_indexer-1.9.1.dist-info/top_level.txt,sha256=yKYCM-gMGt-cnupGfAhnZaoEsROLB6DQ1KFUuyKx4rw,17
|
25
|
+
mcp_code_indexer-1.9.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|