mcp-code-indexer 3.1.3__tar.gz → 3.1.4__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-3.1.3/src/mcp_code_indexer.egg-info → mcp_code_indexer-3.1.4}/PKG-INFO +3 -3
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/README.md +2 -2
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/pyproject.toml +1 -1
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/server/mcp_server.py +27 -26
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4/src/mcp_code_indexer.egg-info}/PKG-INFO +3 -3
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/LICENSE +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/MANIFEST.in +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/docs/api-reference.md +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/docs/architecture.md +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/docs/configuration.md +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/docs/contributing.md +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/docs/database-resilience.md +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/docs/git-hook-setup.md +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/docs/monitoring.md +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/docs/performance-tuning.md +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/requirements.txt +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/setup.cfg +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/setup.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/__init__.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/__main__.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/ask_handler.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/claude_api_handler.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/cleanup_manager.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/data/stop_words_english.txt +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/database/__init__.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/database/connection_health.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/database/database.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/database/exceptions.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/database/models.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/database/retry_executor.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/deepask_handler.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/error_handler.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/file_scanner.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/git_hook_handler.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/logging_config.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/main.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/middleware/__init__.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/middleware/error_middleware.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/migrations/001_initial.sql +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/migrations/002_performance_indexes.sql +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/migrations/003_project_overviews.sql +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/migrations/004_remove_branch_dependency.sql +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/migrations/005_remove_git_remotes.sql +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/query_preprocessor.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/server/__init__.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/tiktoken_cache/9b5ad71b2ce5302211f9c61530b329a4922fc6a4 +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/token_counter.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/tools/__init__.py +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer.egg-info/SOURCES.txt +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer.egg-info/dependency_links.txt +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer.egg-info/entry_points.txt +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer.egg-info/requires.txt +0 -0
- {mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/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: 3.1.
|
3
|
+
Version: 3.1.4
|
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
|
@@ -59,8 +59,8 @@ Dynamic: requires-python
|
|
59
59
|
|
60
60
|
# MCP Code Indexer 🚀
|
61
61
|
|
62
|
-
[](https://badge.fury.io/py/mcp-code-indexer)
|
63
|
+
[](https://pypi.org/project/mcp-code-indexer/)
|
64
64
|
[](https://opensource.org/licenses/MIT)
|
65
65
|
|
66
66
|
A production-ready **Model Context Protocol (MCP) server** that revolutionizes how AI agents navigate and understand codebases. Built for high-concurrency environments with advanced database resilience, the server provides instant access to intelligent descriptions, semantic search, and context-aware recommendations while maintaining 800+ writes/sec throughput.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# MCP Code Indexer 🚀
|
2
2
|
|
3
|
-
[](https://badge.fury.io/py/mcp-code-indexer)
|
4
|
+
[](https://pypi.org/project/mcp-code-indexer/)
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
6
6
|
|
7
7
|
A production-ready **Model Context Protocol (MCP) server** that revolutionizes how AI agents navigate and understand codebases. Built for high-concurrency environments with advanced database resilience, the server provides instant access to intelligent descriptions, semantic search, and context-aware recommendations while maintaining 800+ writes/sec throughput.
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "mcp-code-indexer"
|
7
|
-
version = "3.1.
|
7
|
+
version = "3.1.4"
|
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"}
|
@@ -349,48 +349,49 @@ class MCPCodeIndexServer:
|
|
349
349
|
),
|
350
350
|
types.Tool(
|
351
351
|
name="update_codebase_overview",
|
352
|
-
description="""
|
352
|
+
description="""Creates a concise codebase overview for AI agents. Focus on essential navigation and context in 3500-7000 words. Include: (1) One-paragraph system summary - what it does and its core purpose, (2) Directory tree with one-line descriptions for each major folder, (3) Key architectural patterns (e.g., MVC, microservices, event-driven) in 2-3 sentences, (4) Critical file locations (entry points, config, main business logic), (5) Essential conventions (naming, file organization, error handling), (6) Important gotchas or non-obvious connections. Keep it scannable and action-oriented.
|
353
353
|
|
354
|
-
Example
|
354
|
+
Example:
|
355
355
|
|
356
356
|
````
|
357
|
+
## System Summary
|
358
|
+
E-commerce platform handling product catalog, orders, and payments with React frontend and Node.js API.
|
359
|
+
|
357
360
|
## Directory Structure
|
358
361
|
```
|
359
362
|
src/
|
360
|
-
├── api/ # REST
|
361
|
-
├── models/ #
|
362
|
-
├── services/ #
|
363
|
-
├──
|
364
|
-
└──
|
363
|
+
├── api/ # REST endpoints (auth in auth.js, orders in orders/)
|
364
|
+
├── models/ # Sequelize models (User, Product, Order)
|
365
|
+
├── services/ # Stripe (payments/), SendGrid (email/)
|
366
|
+
├── client/ # React app (components/, pages/, hooks/)
|
367
|
+
└── shared/ # Types and constants used by both API and client
|
365
368
|
```
|
366
369
|
|
367
|
-
## Architecture
|
368
|
-
|
369
|
-
|
370
|
-
## Core Components
|
371
|
-
### API Layer
|
372
|
-
[Details about API structure, authentication, routing]
|
370
|
+
## Architecture
|
371
|
+
RESTful API with JWT auth. React frontend calls API. Background jobs via Bull queue. PostgreSQL with Sequelize ORM.
|
373
372
|
|
374
|
-
|
375
|
-
|
373
|
+
## Key Files
|
374
|
+
- Entry: `src/index.js` (starts Express server)
|
375
|
+
- Config: `src/config/` (env-specific settings)
|
376
|
+
- Routes: `src/api/routes.js` (all endpoints defined here)
|
377
|
+
- Auth: `src/middleware/auth.js` (JWT validation)
|
376
378
|
|
377
|
-
##
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
[How data moves through the system]
|
379
|
+
## Conventions
|
380
|
+
- Files named `[entity].service.js` handle business logic
|
381
|
+
- All API routes return `{ success: boolean, data?: any, error?: string }`
|
382
|
+
- Database migrations in `migrations/` - run before adding models
|
382
383
|
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
384
|
+
## Important Notes
|
385
|
+
- Payment webhooks MUST be idempotent (check `processedWebhooks` table)
|
386
|
+
- User emails are case-insensitive (lowercase in DB)
|
387
|
+
- Order status transitions enforced in `Order.beforeUpdate` hook
|
388
|
+
````""",
|
387
389
|
inputSchema={
|
388
390
|
"type": "object",
|
389
391
|
"properties": {
|
390
392
|
"projectName": {"type": "string", "description": "The name of the project"},
|
391
393
|
"folderPath": {"type": "string", "description": "Absolute path to the project folder on disk"},
|
392
|
-
|
393
|
-
"overview": {"type": "string", "description": "Comprehensive narrative overview of the codebase (10-30k tokens recommended)"}
|
394
|
+
"overview": {"type": "string", "description": "Concise codebase overview (aim for 3500-7500 words / 5k-10k tokens)"}
|
394
395
|
},
|
395
396
|
"required": ["projectName", "folderPath", "overview"],
|
396
397
|
"additionalProperties": False
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcp-code-indexer
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.4
|
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
|
@@ -59,8 +59,8 @@ Dynamic: requires-python
|
|
59
59
|
|
60
60
|
# MCP Code Indexer 🚀
|
61
61
|
|
62
|
-
[](https://badge.fury.io/py/mcp-code-indexer)
|
63
|
+
[](https://pypi.org/project/mcp-code-indexer/)
|
64
64
|
[](https://opensource.org/licenses/MIT)
|
65
65
|
|
66
66
|
A production-ready **Model Context Protocol (MCP) server** that revolutionizes how AI agents navigate and understand codebases. Built for high-concurrency environments with advanced database resilience, the server provides instant access to intelligent descriptions, semantic search, and context-aware recommendations while maintaining 800+ writes/sec throughput.
|
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-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/claude_api_handler.py
RENAMED
File without changes
|
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/data/stop_words_english.txt
RENAMED
File without changes
|
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/database/connection_health.py
RENAMED
File without changes
|
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/database/exceptions.py
RENAMED
File without changes
|
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/database/retry_executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/middleware/__init__.py
RENAMED
File without changes
|
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/migrations/001_initial.sql
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer/query_preprocessor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer.egg-info/dependency_links.txt
RENAMED
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer.egg-info/entry_points.txt
RENAMED
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer.egg-info/requires.txt
RENAMED
File without changes
|
{mcp_code_indexer-3.1.3 → mcp_code_indexer-3.1.4}/src/mcp_code_indexer.egg-info/top_level.txt
RENAMED
File without changes
|