Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A powerful **MCP server** and **CLI tool** that indexes local code into a graph
![Using the MCP server](https://github.com/Shashankss1205/CodeGraphContext/blob/main/images/Usecase.gif)

## Project Details
- **Version:** 0.1.20
- **Version:** 0.1.21
- **Authors:** Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
- **License:** MIT License (See [LICENSE](LICENSE) for details)
- **Website:** [CodeGraphContext](http://codegraphcontext.vercel.app/)
Expand Down Expand Up @@ -112,7 +112,7 @@ If you’re using CodeGraphContext in your project, feel free to open a PR and a
- `nbconvert>=7.16.6`
- `pathspec>=0.12.1`

**Note:** Python 3.9+ is supported, including Python 3.13 and 3.14.
**Note:** Python 3.10-3.14 is supported.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "codegraphcontext"
version = "0.1.20"
version = "0.1.21"
description = "An MCP server that indexes local code into a graph database to provide context to AI assistants."
authors = [{ name = "Shashank Shekhar Singh", email = "shashankshekharsingh1205@gmail.com" }]
readme = "README.md"
Expand Down