mcp-echo ยท diff

git:20260426.a71c522 to git:20260427.9efbc79

1 added, 1 removed. Audit A to A.

---
name: mcp-echo
description: Echo a message through a local MCP stdio fixture server.
source:
type: mcp
server:
command: node
args:
- --import
- tsx
- - packages/core/src/harness/mcp-fixture.ts
+ - packages/runtime-local/src/harness/mcp-fixture.ts
cwd: ../../..
tool: echo
arguments:
message: "{{message}}"
timeout_seconds: 15
sandbox:
profile: readonly
cwd_policy: workspace
inputs:
message:
type: string
required: true
description: Message to echo through MCP
runx:
input_resolution:
required:
- message
---
Echo the provided message through a local MCP server fixture.