File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ def main():
449449 parser .add_argument (
450450 "--version" ,
451451 action = "version" ,
452- version = "mcp-server-code-extractor 0.2.5 "
452+ version = "mcp-server-code-extractor 0.3.1 "
453453 )
454454
455455 # Parse args but ignore them for MCP server mode
Original file line number Diff line number Diff line change 11[project ]
22name = " mcp-server-code-extractor"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " A Model Context Protocol (MCP) server that provides precise code extraction tools using tree-sitter parsing"
55readme = " README.md"
66requires-python = " >=3.11"
@@ -54,7 +54,7 @@ requires = ["setuptools>=45", "wheel"]
5454build-backend = " setuptools.build_meta"
5555
5656[tool .setuptools ]
57- packages = [" code_extractor" ]
57+ packages = [" code_extractor" , " code_extractor.vcs " ]
5858
5959[dependency-groups ]
6060dev = [
You can’t perform that action at this time.
0 commit comments