添加 Debug/run_check_server_binding.bat

This commit is contained in:
2025-04-17 00:15:12 +08:00
parent 9e5098b0e2
commit 6d194ecf26

View File

@@ -0,0 +1,15 @@
@echo off
chcp 65001 > nul
echo ===================================
echo Maya MCP SSE Connection Tester
echo ===================================
echo.
echo Testing SSE connection to Maya MCP server...
echo.
python "%~dp0check_server_binding.py"
echo.
echo Press any key to exit...
pause > nul