添加 Debug/run_test_fastapi_server.bat

This commit is contained in:
2025-04-17 00:15:41 +08:00
parent 6d194ecf26
commit 5bf8ad0436

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_fastapi_server.py"
echo.
echo Press any key to exit...
pause > nul