Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

mcp.AssumeResponseCommit

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

mcp.AssumeResponseCommit ( transport : mcp.Transport ) → mcp.Transport
function [source]
function [source]
mcp.AssumeResponseCommit

AssumeResponseCommit marks transport as committing each response before its Connection.Write returns nil. It does not change transport behavior. Use it only for a transport that rejects JSON-RPC batches or writes every response independently; direct IO and stdio transports are handled automatically.

Discussed in Go MCP API

Esc

Type to search.