Skip to content

Commit 322477c

Browse files
author
luoshasha
committed
Merge branch 'main' of github.com:sandsc/mcp-run-python
2 parents 01463a2 + 25de859 commit 322477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp_run_python/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run_mcp_server(
6060
logger.info('Running mcp-run-python via %s on port %d...', mode, http_port)
6161
else:
6262
logger.info('Running mcp-run-python via %s...', mode)
63-
63+
6464
try:
6565
p = subprocess.run(('deno', *env.args), cwd=env.cwd, stdout=stdout, stderr=stderr)
6666
except KeyboardInterrupt: # pragma: no cover

0 commit comments

Comments
 (0)