Skip to content

Commit 05f42a6

Browse files
Merge pull request #2 from VishwasSomasekhariah/feature-add-ast-grep-tool
Fix circular imports
2 parents 3e217a1 + 6df0ed5 commit 05f42a6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/tools/ast_grep/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
"""
22
MCP Server for ast-grep Tool using Anthropic's fastmcp Framework
3-
"""
4-
5-
__version__ = "0.1.0"
6-
7-
from .server import main
8-
9-
__all__ = ["main"]
3+
"""

0 commit comments

Comments
 (0)