AuraOne / Docs / Agent Studio Open / Cookbook

MCP cookbook

Worked MCP debugging recipes. Every transport, plus risk linting and replay exports.

At a glance

Agent Studio Open guide

Guide overview
Entry
MCP cookbook
Reading
12 min
Sections
2
Applies to
Applies to the current Agent Studio Open source release. Check the product page and repository for the latest version, supported platforms, and installation details.

01

Source-backed scenarios

The public cookbook repository contains sample servers and protocol fixtures. Confirm each command against the installed 0.2.1 CLI before using it in CI; this page does not promise a fixed scenario count.

  • Discover MCP manifests over stdio or HTTP. SSE and WebSocket work too.
  • Scan a local server path with mcp-risk-linter.
  • Import traces from OpenAI, OTLP, or Phoenix. JSONL and replay fixtures work too.
  • Export a GitHub Action, JUnit, or a PR comment. Trace cards and intake artifacts too.

02

Baseline command

Start from a known sample server and inspect its manifest before recording any process or importing any trace.

The commands below match the published 0.2.1 argparse surface. Use equals syntax for an argument value that begins with a dash.

agentstudio --json connect stdio --command npx --arg=-y --arg @modelcontextprotocol/server-filesystem --arg ./fixtures
agentstudio record --store ./filesystem-smoke.ast filesystem-smoke -- node ./smoke.js
agentstudio replay ./case.json --assert ./assertions.json --report ./reports/replay.md