添加 Debug/run_test_sse.bat

This commit is contained in:
2025-04-16 23:06:26 +08:00
parent 0449d01df4
commit a3a85db7c3

15
Debug/run_test_sse.bat Normal file
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 "%~dp0test_sse_connection.py"
echo.
echo Press any key to exit...
pause > nul