Skip to content

Commit af488c6

Browse files
ctothclaude
andcommitted
fix: include VCS module in package and bump to 0.3.1
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 649d3da commit af488c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

code_extractor/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-code-extractor"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A Model Context Protocol (MCP) server that provides precise code extraction tools using tree-sitter parsing"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -54,7 +54,7 @@ requires = ["setuptools>=45", "wheel"]
5454
build-backend = "setuptools.build_meta"
5555

5656
[tool.setuptools]
57-
packages = ["code_extractor"]
57+
packages = ["code_extractor", "code_extractor.vcs"]
5858

5959
[dependency-groups]
6060
dev = [

0 commit comments

Comments
 (0)