Skip to content

Add HTTP transport files to safe-outputs setup#11143

Closed
Copilot wants to merge 2 commits into
copilot/convert-safe-outputs-to-html-transportfrom
copilot/fix-server-script-copy-js-file
Closed

Add HTTP transport files to safe-outputs setup#11143
Copilot wants to merge 2 commits into
copilot/convert-safe-outputs-to-html-transportfrom
copilot/fix-server-script-copy-js-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 22, 2026

The safe-outputs MCP server startup script checks for HTTP transport dependencies that weren't being copied during setup, causing workflow failures (run #21231624086).

Changes

Added missing files to SAFE_OUTPUTS_FILES array in actions/setup/setup.sh:

  • safe_outputs_mcp_server_http.cjs - HTTP-enabled MCP server
  • mcp_http_transport.cjs - HTTP transport implementation

These files are already included in SAFE_INPUTS_FILES and required by start_safe_outputs_server.sh line 32-33.

Original prompt

Reference: https://github.com/githubnext/gh-aw/actions/runs/21231624086/job/61091141672#step:19:1

fix the server.sh file so it copies the new JavaScript file that supports the HTTP transport into the same location as the safe-output MCP server. Use the reference workflow-run as a guide.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

- Added safe_outputs_mcp_server_http.cjs to SAFE_OUTPUTS_FILES array
- Added mcp_http_transport.cjs to SAFE_OUTPUTS_FILES array
- These files are required by start_safe_outputs_server.sh for HTTP transport support
- Fixes workflow failure in run #21231624086

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix server.sh to copy new JavaScript file for HTTP transport Add HTTP transport files to safe-outputs setup Jan 22, 2026
Copilot AI requested a review from pelikhan January 22, 2026 01:09
@pelikhan pelikhan closed this Jan 22, 2026
@github-actions github-actions Bot deleted the copilot/fix-server-script-copy-js-file branch April 2, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants