Skip to content

Commit adede60

Browse files
Update main.py
Co-authored-by: Copilot <[email protected]>
1 parent 300c9a0 commit adede60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def run_ast_grep_yaml(yaml: str, project_folder: str) -> List[dict[str, Any]]:
136136
print("Command not found")
137137
return []
138138

139-
def run_mcp_server():
139+
def run_mcp_server() -> None:
140140
"""
141141
Run the MCP server.
142142
This function is used to start the MCP server when this script is run directly.

0 commit comments

Comments
 (0)