mcp-code-indexer 1.0.0__tar.gz → 1.0.1__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.0/src/mcp_code_indexer.egg-info → mcp_code_indexer-1.0.1}/PKG-INFO +7 -7
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/pyproject.toml +10 -10
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/__init__.py +1 -1
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1/src/mcp_code_indexer.egg-info}/PKG-INFO +7 -7
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer.egg-info/requires.txt +5 -5
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/LICENSE +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/MANIFEST.in +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/README.md +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/docs/api-reference.md +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/docs/architecture.md +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/docs/configuration.md +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/docs/contributing.md +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/migrations/001_initial.sql +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/migrations/002_performance_indexes.sql +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/requirements.txt +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/setup.cfg +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/setup.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/database/__init__.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/database/database.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/database/models.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/error_handler.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/file_scanner.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/logging_config.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/main.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/merge_handler.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/middleware/__init__.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/middleware/error_middleware.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/server/__init__.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/server/mcp_server.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/tiktoken_cache/9b5ad71b2ce5302211f9c61530b329a4922fc6a4 +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/token_counter.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer/tools/__init__.py +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer.egg-info/SOURCES.txt +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer.egg-info/dependency_links.txt +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer.egg-info/entry_points.txt +0 -0
- {mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/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.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
|
@@ -15,7 +15,7 @@ Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: License :: OSI Approved :: MIT License
|
16
16
|
Classifier: Operating System :: OS Independent
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
18
|
-
Classifier: Programming Language :: Python :: 3.
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
@@ -29,7 +29,7 @@ Classifier: Typing :: Typed
|
|
29
29
|
Requires-Python: >=3.9
|
30
30
|
Description-Content-Type: text/markdown
|
31
31
|
License-File: LICENSE
|
32
|
-
Requires-Dist: tiktoken
|
32
|
+
Requires-Dist: tiktoken>=0.9.0
|
33
33
|
Requires-Dist: mcp==1.0.0
|
34
34
|
Requires-Dist: gitignore_parser==0.1.11
|
35
35
|
Requires-Dist: pydantic>=2.8.0
|
@@ -40,11 +40,11 @@ Requires-Dist: pytest>=8.0.0; extra == "dev"
|
|
40
40
|
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
|
41
41
|
Requires-Dist: pytest-mock>=3.11.0; extra == "dev"
|
42
42
|
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
43
|
-
Requires-Dist: black>=
|
43
|
+
Requires-Dist: black>=24.0.0; extra == "dev"
|
44
44
|
Requires-Dist: isort>=5.12.0; extra == "dev"
|
45
|
-
Requires-Dist: flake8>=
|
46
|
-
Requires-Dist: mypy>=1.
|
47
|
-
Requires-Dist: pre-commit>=3.
|
45
|
+
Requires-Dist: flake8>=7.0.0; extra == "dev"
|
46
|
+
Requires-Dist: mypy>=1.8.0; extra == "dev"
|
47
|
+
Requires-Dist: pre-commit>=3.5.0; extra == "dev"
|
48
48
|
Provides-Extra: test
|
49
49
|
Requires-Dist: pytest>=8.0.0; extra == "test"
|
50
50
|
Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
|
@@ -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.1"
|
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"}
|
@@ -29,7 +29,7 @@ classifiers = [
|
|
29
29
|
"License :: OSI Approved :: MIT License",
|
30
30
|
"Operating System :: OS Independent",
|
31
31
|
"Programming Language :: Python :: 3",
|
32
|
-
"Programming Language :: Python :: 3.
|
32
|
+
"Programming Language :: Python :: 3.13",
|
33
33
|
"Programming Language :: Python :: 3.9",
|
34
34
|
"Programming Language :: Python :: 3.10",
|
35
35
|
"Programming Language :: Python :: 3.11",
|
@@ -41,9 +41,9 @@ classifiers = [
|
|
41
41
|
"Environment :: Console",
|
42
42
|
"Typing :: Typed"
|
43
43
|
]
|
44
|
-
requires-python = ">=3.
|
44
|
+
requires-python = ">=3.9"
|
45
45
|
dependencies = [
|
46
|
-
"tiktoken
|
46
|
+
"tiktoken>=0.9.0",
|
47
47
|
"mcp==1.0.0",
|
48
48
|
"gitignore_parser==0.1.11",
|
49
49
|
"pydantic>=2.8.0",
|
@@ -57,11 +57,11 @@ dev = [
|
|
57
57
|
"pytest-asyncio>=0.21.0",
|
58
58
|
"pytest-mock>=3.11.0",
|
59
59
|
"pytest-cov>=4.0.0",
|
60
|
-
"black>=
|
60
|
+
"black>=24.0.0",
|
61
61
|
"isort>=5.12.0",
|
62
|
-
"flake8>=
|
63
|
-
"mypy>=1.
|
64
|
-
"pre-commit>=3.
|
62
|
+
"flake8>=7.0.0",
|
63
|
+
"mypy>=1.8.0",
|
64
|
+
"pre-commit>=3.5.0"
|
65
65
|
]
|
66
66
|
test = [
|
67
67
|
"pytest>=8.0.0",
|
@@ -91,7 +91,7 @@ mcp_code_indexer = ["tiktoken_cache/*", "*.sql"]
|
|
91
91
|
# Black configuration
|
92
92
|
[tool.black]
|
93
93
|
line-length = 88
|
94
|
-
target-version = ['
|
94
|
+
target-version = ['py39', 'py310', 'py311', 'py312', 'py313']
|
95
95
|
include = '\.pyi?$'
|
96
96
|
extend-exclude = '''
|
97
97
|
/(
|
@@ -118,7 +118,7 @@ known_first_party = ["src", "mcp_code_indexer"]
|
|
118
118
|
|
119
119
|
# MyPy configuration
|
120
120
|
[tool.mypy]
|
121
|
-
python_version = "3.
|
121
|
+
python_version = "3.9"
|
122
122
|
warn_return_any = true
|
123
123
|
warn_unused_configs = true
|
124
124
|
disallow_untyped_defs = true
|
@@ -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.1"
|
10
10
|
__author__ = "MCP Code Indexer Contributors"
|
11
11
|
__email__ = ""
|
12
12
|
__license__ = "MIT"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcp-code-indexer
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.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
|
@@ -15,7 +15,7 @@ Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: License :: OSI Approved :: MIT License
|
16
16
|
Classifier: Operating System :: OS Independent
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
18
|
-
Classifier: Programming Language :: Python :: 3.
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
@@ -29,7 +29,7 @@ Classifier: Typing :: Typed
|
|
29
29
|
Requires-Python: >=3.9
|
30
30
|
Description-Content-Type: text/markdown
|
31
31
|
License-File: LICENSE
|
32
|
-
Requires-Dist: tiktoken
|
32
|
+
Requires-Dist: tiktoken>=0.9.0
|
33
33
|
Requires-Dist: mcp==1.0.0
|
34
34
|
Requires-Dist: gitignore_parser==0.1.11
|
35
35
|
Requires-Dist: pydantic>=2.8.0
|
@@ -40,11 +40,11 @@ Requires-Dist: pytest>=8.0.0; extra == "dev"
|
|
40
40
|
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
|
41
41
|
Requires-Dist: pytest-mock>=3.11.0; extra == "dev"
|
42
42
|
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
43
|
-
Requires-Dist: black>=
|
43
|
+
Requires-Dist: black>=24.0.0; extra == "dev"
|
44
44
|
Requires-Dist: isort>=5.12.0; extra == "dev"
|
45
|
-
Requires-Dist: flake8>=
|
46
|
-
Requires-Dist: mypy>=1.
|
47
|
-
Requires-Dist: pre-commit>=3.
|
45
|
+
Requires-Dist: flake8>=7.0.0; extra == "dev"
|
46
|
+
Requires-Dist: mypy>=1.8.0; extra == "dev"
|
47
|
+
Requires-Dist: pre-commit>=3.5.0; extra == "dev"
|
48
48
|
Provides-Extra: test
|
49
49
|
Requires-Dist: pytest>=8.0.0; extra == "test"
|
50
50
|
Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
|
{mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer.egg-info/requires.txt
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
tiktoken
|
1
|
+
tiktoken>=0.9.0
|
2
2
|
mcp==1.0.0
|
3
3
|
gitignore_parser==0.1.11
|
4
4
|
pydantic>=2.8.0
|
@@ -10,11 +10,11 @@ pytest>=8.0.0
|
|
10
10
|
pytest-asyncio>=0.21.0
|
11
11
|
pytest-mock>=3.11.0
|
12
12
|
pytest-cov>=4.0.0
|
13
|
-
black>=
|
13
|
+
black>=24.0.0
|
14
14
|
isort>=5.12.0
|
15
|
-
flake8>=
|
16
|
-
mypy>=1.
|
17
|
-
pre-commit>=3.
|
15
|
+
flake8>=7.0.0
|
16
|
+
mypy>=1.8.0
|
17
|
+
pre-commit>=3.5.0
|
18
18
|
|
19
19
|
[test]
|
20
20
|
pytest>=8.0.0
|
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
|
File without changes
|
File without changes
|
{mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/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.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer.egg-info/dependency_links.txt
RENAMED
File without changes
|
{mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer.egg-info/entry_points.txt
RENAMED
File without changes
|
{mcp_code_indexer-1.0.0 → mcp_code_indexer-1.0.1}/src/mcp_code_indexer.egg-info/top_level.txt
RENAMED
File without changes
|