Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion actions/setup/sh/start_mcp_scripts_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ for i in {1..10}; do
echo "MCP Scripts server is ready (attempt $i/10)"

# Print the startup log for debugging
echo "::notice::MCP Scripts Server Startup Log"
echo "::group::Server Log Contents"
cat /tmp/gh-aw/mcp-scripts/logs/server.log
echo "::endgroup::"
Expand Down
1 change: 0 additions & 1 deletion actions/setup/sh/start_safe_outputs_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ for i in {1..60}; do
echo "Safe Outputs MCP server is ready (attempt $i/60)"

# Print the startup log for debugging
echo "::notice::Safe Outputs MCP Server Startup Log"
echo "::group::Server Log Contents"
cat /tmp/gh-aw/mcp-logs/safeoutputs/server.log
echo "::endgroup::"
Expand Down
Loading