Skip to content

Commit 13db3b5

Browse files
committed
fix: update help message to match pyproject.toml
1 parent a98ca61 commit 13db3b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mcp_server_code_extractor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,12 +607,12 @@ def main():
607607
# If run with --help, show usage
608608
if len(sys.argv) > 1 and sys.argv[1] in ['--help', '-h']:
609609
print("""
610-
MCP Extract - Simple code extraction using tree-sitter
610+
mcp-server-code-extractor - A Model Context Protocol (MCP) server that provides precise code extraction tools using tree-sitter parsing
611611
612612
This is an MCP server that provides code extraction tools for Claude Code.
613613
614614
Setup for Claude Code:
615-
claude mcp add extract -s user -- uv run /path/to/this/script.py
615+
claude mcp add mcp-server-code-extractor -s user -- uv run /path/to/this/script.py
616616
617617
Tools provided:
618618
- get_function(file, name): Extract a complete function with line numbers
@@ -627,7 +627,7 @@ def main():
627627
Python, JavaScript, TypeScript, Go, Rust, Java, C/C++, Ruby, PHP,
628628
Swift, Kotlin, and 30+ more via tree-sitter-languages.
629629
630-
For more info: https://github.com/yourusername/mcp-extract
630+
For more info: https://github.com/ctoth/mcp_server_code_extractor
631631
""")
632632
sys.exit(0)
633633

0 commit comments

Comments
 (0)