Skip to content

feat(mcp): bring stdio transport to parity with http streamable and sse#181

Open
Shearerbeard wants to merge 1 commit into
mainfrom
mshearer/163-stdio-mcp-parity
Open

feat(mcp): bring stdio transport to parity with http streamable and sse#181
Shearerbeard wants to merge 1 commit into
mainfrom
mshearer/163-stdio-mcp-parity

Conversation

@Shearerbeard
Copy link
Copy Markdown
Collaborator

Fixes #163 - stdio is a huge priority for big production backend systems but having it available makes evaluating and playing with AURA a lot more accessible

@Shearerbeard Shearerbeard requested a review from a team May 29, 2026 12:10
promptless Bot added a commit that referenced this pull request May 29, 2026
Document the STDIO MCP transport option alongside http_streamable and
sse transports. STDIO spawns a local child process per request and is
designed for client-side sidecars rather than server deployments.

Clarify that HTTP transports support authentication and scratchpad
configuration, while STDIO uses cmd, args, and env fields.

Relates to: PR #181
@promptless
Copy link
Copy Markdown

promptless Bot commented May 29, 2026

Promptless prepared a documentation update related to this change.

Triggered by PR #181

Updated the quickstart guide to document the new STDIO transport alongside HTTP streamable and SSE, including guidance that STDIO spawns a local child process per request and is designed for client-side sidecars rather than server deployments.

Review: Document all MCP transport options in quickstart guide

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.

Bring STDIO MCP transport to parity with HTTP streamable and SSE

1 participant