mcp-code-indexer 1.0.1__tar.gz → 1.0.2__tar.gz
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-1.0.1/src/mcp_code_indexer.egg-info → mcp_code_indexer-1.0.2}/PKG-INFO +2 -1
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/README.md +1 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/pyproject.toml +1 -1
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/__init__.py +1 -1
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/main.py +6 -3
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2/src/mcp_code_indexer.egg-info}/PKG-INFO +2 -1
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/LICENSE +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/MANIFEST.in +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/docs/api-reference.md +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/docs/architecture.md +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/docs/configuration.md +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/docs/contributing.md +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/migrations/001_initial.sql +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/migrations/002_performance_indexes.sql +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/requirements.txt +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/setup.cfg +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/setup.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/database/__init__.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/database/database.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/database/models.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/error_handler.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/file_scanner.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/logging_config.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/merge_handler.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/middleware/__init__.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/middleware/error_middleware.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/server/__init__.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/server/mcp_server.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/tiktoken_cache/9b5ad71b2ce5302211f9c61530b329a4922fc6a4 +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/token_counter.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/tools/__init__.py +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer.egg-info/SOURCES.txt +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer.egg-info/dependency_links.txt +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer.egg-info/entry_points.txt +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer.egg-info/requires.txt +0 -0
- {mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcp-code-indexer
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2
|
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
|
@@ -187,6 +187,7 @@ The server provides **8 powerful MCP tools** for intelligent codebase management
|
|
187
187
|
### Production Ready
|
188
188
|
- **Comprehensive error handling** with structured JSON logging
|
189
189
|
- **Async-first design** with proper resource cleanup
|
190
|
+
- **MCP protocol compliant** with clean stdio streams
|
190
191
|
- **Upstream inheritance** for fork workflows
|
191
192
|
- **Git integration** with .gitignore support
|
192
193
|
|
@@ -132,6 +132,7 @@ The server provides **8 powerful MCP tools** for intelligent codebase management
|
|
132
132
|
### Production Ready
|
133
133
|
- **Comprehensive error handling** with structured JSON logging
|
134
134
|
- **Async-first design** with proper resource cleanup
|
135
|
+
- **MCP protocol compliant** with clean stdio streams
|
135
136
|
- **Upstream inheritance** for fork workflows
|
136
137
|
- **Git integration** with .gitignore support
|
137
138
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "mcp-code-indexer"
|
7
|
-
version = "1.0.
|
7
|
+
version = "1.0.2"
|
8
8
|
description = "MCP server that tracks file descriptions across codebases, enabling AI agents to efficiently navigate and understand code through searchable summaries and token-aware overviews."
|
9
9
|
readme = "README.md"
|
10
10
|
license = {text = "MIT"}
|
@@ -6,7 +6,7 @@ intelligent codebase navigation through searchable file descriptions,
|
|
6
6
|
token-aware overviews, and advanced merge capabilities.
|
7
7
|
"""
|
8
8
|
|
9
|
-
__version__ = "1.0.
|
9
|
+
__version__ = "1.0.2"
|
10
10
|
__author__ = "MCP Code Indexer Contributors"
|
11
11
|
__email__ = ""
|
12
12
|
__license__ = "MIT"
|
@@ -84,7 +84,7 @@ async def main() -> None:
|
|
84
84
|
db_path.parent.mkdir(parents=True, exist_ok=True)
|
85
85
|
cache_dir.mkdir(parents=True, exist_ok=True)
|
86
86
|
|
87
|
-
# Log startup information
|
87
|
+
# Log startup information to stderr (stdout reserved for MCP JSON-RPC)
|
88
88
|
logger.info("Starting MCP Code Index Server", extra={
|
89
89
|
"structured_data": {
|
90
90
|
"startup": {
|
@@ -119,9 +119,12 @@ def cli_main():
|
|
119
119
|
try:
|
120
120
|
asyncio.run(main())
|
121
121
|
except KeyboardInterrupt:
|
122
|
-
|
122
|
+
# For MCP servers, we should avoid stdout completely
|
123
|
+
# The server will log shutdown through stderr
|
124
|
+
pass
|
123
125
|
except Exception as e:
|
124
|
-
|
126
|
+
# Log critical errors to stderr, not stdout
|
127
|
+
print(f"Server failed to start: {e}", file=sys.stderr)
|
125
128
|
sys.exit(1)
|
126
129
|
|
127
130
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcp-code-indexer
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2
|
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
|
@@ -187,6 +187,7 @@ The server provides **8 powerful MCP tools** for intelligent codebase management
|
|
187
187
|
### Production Ready
|
188
188
|
- **Comprehensive error handling** with structured JSON logging
|
189
189
|
- **Async-first design** with proper resource cleanup
|
190
|
+
- **MCP protocol compliant** with clean stdio streams
|
190
191
|
- **Upstream inheritance** for fork workflows
|
191
192
|
- **Git integration** with .gitignore support
|
192
193
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer/middleware/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer.egg-info/dependency_links.txt
RENAMED
File without changes
|
{mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer.egg-info/entry_points.txt
RENAMED
File without changes
|
{mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer.egg-info/requires.txt
RENAMED
File without changes
|
{mcp_code_indexer-1.0.1 → mcp_code_indexer-1.0.2}/src/mcp_code_indexer.egg-info/top_level.txt
RENAMED
File without changes
|