codegraphcontext 0.4.2__tar.gz → 0.4.3__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.
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/LICENSE +1 -1
- {codegraphcontext-0.4.2/src/codegraphcontext.egg-info → codegraphcontext-0.4.3}/PKG-INFO +3 -3
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/README.md +1 -1
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/pyproject.toml +1 -1
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/server.py +7 -4
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3/src/codegraphcontext.egg-info}/PKG-INFO +3 -3
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/MANIFEST.in +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/setup.cfg +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/__init__.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/__main__.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/__init__.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/cli_helpers.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/config_manager.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/main.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/registry_commands.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/setup_macos.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/setup_wizard.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/visualizer.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/__init__.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/bundle_registry.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/cgc_bundle.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/cgcignore.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/database.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/database_falkordb.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/database_falkordb_remote.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/database_kuzu.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/falkor_worker.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/jobs.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/watcher.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/prompts.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/server.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tool_definitions.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/__init__.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/advanced_language_query_tool.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/code_finder.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/graph_builder.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/handlers/analysis_handlers.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/handlers/indexing_handlers.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/handlers/management_handlers.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/handlers/query_handlers.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/handlers/watcher_handlers.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/__init__.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/constants.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/discovery.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/persistence/__init__.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/persistence/writer.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/pipeline.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/pre_scan.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/resolution/__init__.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/resolution/calls.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/resolution/inheritance.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/sanitize.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/schema.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/schema_contract.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/scip_pipeline.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/c.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/cpp.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/csharp.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/dart.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/elixir.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/go.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/haskell.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/java.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/javascript.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/kotlin.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/perl.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/php.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/python.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/ruby.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/rust.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/scala.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/swift.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/typescript.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/typescriptjsx.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/package_resolver.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/c_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/cpp_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/csharp_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/dart_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/go_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/haskell_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/java_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/javascript_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/perl_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/python_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/ruby_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/rust_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/scala_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/swift_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/query_tool_languages/typescript_toolkit.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/scip_indexer.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/scip_pb2.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/system.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/tree_sitter_parser.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/utils/debug_log.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/utils/path_ignore.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/utils/repo_path.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/utils/tree_sitter_manager.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/utils/visualize_graph.py +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/assets/__vite-browser-external-9wXp6ZBx.js +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/assets/function-calls-BtRHrqa2.png +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/assets/graph-total-D1fBAugo.png +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/assets/hero-graph-2voMJp2a.jpg +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/assets/hierarchy-DGADo0YT.png +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/assets/index-BJT3EMmQ.js +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/assets/index-DjDPHWki.css +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/assets/parser.worker-CZgm11E5.js +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/assets/tree-sitter-qKYAACSa.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/favicon.ico +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/index.html +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/placeholder.svg +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/preview-image.png +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/robots.txt +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-c.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-c_sharp.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-core.js +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-cpp.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-dart.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-go.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-java.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-javascript.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-kotlin.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-perl.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-php.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-python.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-ruby.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-rust.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-swift.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-tsx.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter-typescript.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/tree-sitter.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/web-tree-sitter.js +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/wasm/web-tree-sitter.wasm +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext.egg-info/SOURCES.txt +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext.egg-info/dependency_links.txt +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext.egg-info/entry_points.txt +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext.egg-info/requires.txt +0 -0
- {codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext.egg-info/top_level.txt +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraphcontext
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: An MCP server that indexes local code into a graph database to provide context to AI assistants.
|
|
5
5
|
Author-email: Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
|
|
6
6
|
License: MIT License
|
|
7
7
|
|
|
8
|
-
Copyright (c) 2025
|
|
8
|
+
Copyright (c) 2025-2026
|
|
9
9
|
|
|
10
10
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
11
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -165,7 +165,7 @@ A powerful **MCP server** and **CLI toolkit** that indexes local code into a gra
|
|
|
165
165
|
---
|
|
166
166
|
|
|
167
167
|
## Project Details
|
|
168
|
-
- **Version:** 0.4.
|
|
168
|
+
- **Version:** 0.4.3
|
|
169
169
|
- **Authors:** Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
|
|
170
170
|
- **License:** MIT License (See [LICENSE](LICENSE) for details)
|
|
171
171
|
- **Website:** [CodeGraphContext](http://codegraphcontext.vercel.app/)
|
|
@@ -97,7 +97,7 @@ A powerful **MCP server** and **CLI toolkit** that indexes local code into a gra
|
|
|
97
97
|
---
|
|
98
98
|
|
|
99
99
|
## Project Details
|
|
100
|
-
- **Version:** 0.4.
|
|
100
|
+
- **Version:** 0.4.3
|
|
101
101
|
- **Authors:** Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
|
|
102
102
|
- **License:** MIT License (See [LICENSE](LICENSE) for details)
|
|
103
103
|
- **Website:** [CodeGraphContext](http://codegraphcontext.vercel.app/)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "codegraphcontext"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.3"
|
|
4
4
|
description = "An MCP server that indexes local code into a graph database to provide context to AI assistants."
|
|
5
5
|
authors = [{ name = "Shashank Shekhar Singh", email = "shashankshekharsingh1205@gmail.com" }]
|
|
6
6
|
readme = "README.md"
|
|
@@ -81,13 +81,16 @@ async def get_graph(repo_path: Optional[str] = None, cypher_query: Optional[str]
|
|
|
81
81
|
elif repo_path:
|
|
82
82
|
repo_path = str(Path(repo_path).resolve())
|
|
83
83
|
print(f"DEBUG: Fetching subgraph for: {repo_path}", flush=True)
|
|
84
|
+
# Get all nodes within the repository scope
|
|
84
85
|
query = """
|
|
85
86
|
MATCH (r:Repository {path: $repo_path})
|
|
86
87
|
OPTIONAL MATCH (r)-[:CONTAINS*0..]->(n)
|
|
87
|
-
WITH DISTINCT n
|
|
88
|
-
|
|
89
|
-
OPTIONAL MATCH (
|
|
90
|
-
|
|
88
|
+
WITH DISTINCT r, COLLECT(DISTINCT n) as repo_nodes
|
|
89
|
+
UNWIND repo_nodes as node
|
|
90
|
+
OPTIONAL MATCH (node)-[rel]->(target)
|
|
91
|
+
WITH r, node, rel, target, repo_nodes
|
|
92
|
+
WHERE target IN repo_nodes OR target = r
|
|
93
|
+
RETURN node as n, rel, target as m
|
|
91
94
|
"""
|
|
92
95
|
result = session.run(query, repo_path=repo_path)
|
|
93
96
|
else:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraphcontext
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: An MCP server that indexes local code into a graph database to provide context to AI assistants.
|
|
5
5
|
Author-email: Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
|
|
6
6
|
License: MIT License
|
|
7
7
|
|
|
8
|
-
Copyright (c) 2025
|
|
8
|
+
Copyright (c) 2025-2026
|
|
9
9
|
|
|
10
10
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
11
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -165,7 +165,7 @@ A powerful **MCP server** and **CLI toolkit** that indexes local code into a gra
|
|
|
165
165
|
---
|
|
166
166
|
|
|
167
167
|
## Project Details
|
|
168
|
-
- **Version:** 0.4.
|
|
168
|
+
- **Version:** 0.4.3
|
|
169
169
|
- **Authors:** Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
|
|
170
170
|
- **License:** MIT License (See [LICENSE](LICENSE) for details)
|
|
171
171
|
- **Website:** [CodeGraphContext](http://codegraphcontext.vercel.app/)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/config_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/cli/registry_commands.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/bundle_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/database_falkordb.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/database_kuzu.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/core/falkor_worker.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
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/graph_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/__init__.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/constants.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/discovery.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/pipeline.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/pre_scan.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/sanitize.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/indexing/schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/cpp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/csharp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/dart.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/elixir.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/go.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/haskell.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/java.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/javascript.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/kotlin.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/perl.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/php.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/python.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/ruby.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/rust.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/scala.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/swift.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/languages/typescript.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/package_resolver.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/scip_indexer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/tools/tree_sitter_parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/utils/tree_sitter_manager.py
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/utils/visualize_graph.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/placeholder.svg
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext/viz/dist/preview-image.png
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
|
|
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
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext.egg-info/requires.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.4.2 → codegraphcontext-0.4.3}/src/codegraphcontext.egg-info/top_level.txt
RENAMED
|
File without changes
|