Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
fd64ca2
initial plan for MCP CLI mount feature
Copilot Apr 12, 2026
afeaeed
feat: mount MCP servers as local CLIs after gateway starts
Copilot Apr 12, 2026
4951367
fix: exclude github MCP server from CLI mounting
Copilot Apr 12, 2026
fb83906
feat: always include safeoutputs and mcpscripts in CLI mounting
Copilot Apr 12, 2026
7da162a
Add changeset
github-actions[bot] Apr 12, 2026
91198ae
refactor: convert gateway config scripts from bash to JavaScript
Copilot Apr 13, 2026
d639caf
fix: add type validation for mcpServers in gateway config converters
Copilot Apr 13, 2026
4424bbd
fix: quote shell variables and fix comment references in scripts
Copilot Apr 13, 2026
36a30db
refactor: convert Gemini gateway config converter from bash to JavaSc…
Copilot Apr 13, 2026
e8bc926
refactor: convert start_mcp_gateway.sh to JavaScript
Copilot Apr 13, 2026
b9c7d1e
security: store MCP config under RUNNER_TEMP to prevent tampering
Copilot Apr 13, 2026
e7501b3
security: harden scripts against shell injection, add input validatio…
Copilot Apr 13, 2026
1b18ebd
security: strip newlines in shell escape to prevent line injection
Copilot Apr 13, 2026
e997fe0
refactor: migrate JS logging from console.* to core.* via shim.cjs
Copilot Apr 13, 2026
a30140e
fix: preserve stack trace in start_mcp_gateway.cjs error handler
Copilot Apr 13, 2026
130f98d
Merge remote-tracking branch 'origin/main' into copilot/reconstruct-f…
Copilot Apr 13, 2026
de8393b
fix: merge main, update golden files and test expectations for MCPG v…
Copilot Apr 13, 2026
6767feb
Merge remote-tracking branch 'origin/main' into copilot/reconstruct-f…
Copilot Apr 13, 2026
05db9fe
Merge remote-tracking branch 'origin/main' into copilot/reconstruct-f…
Copilot Apr 13, 2026
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
5 changes: 5 additions & 0 deletions .changeset/patch-mount-mcp-servers-as-clis.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/ace-editor.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/agent-performance-analyzer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/agent-persona-explorer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/agentic-observability-kit.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions .github/workflows/ai-moderator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading