mcp-echo · git:20260426.a71c522 · 2026-04-26 · sha256 fe0e46da57176017

mcp-echo git:20260426.a71c522A

Immutable. This exact content is served forever at /api/v1/blob/fe0e46da57176017.

---
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
    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.