Skip to main content
Python SDK Reference / Platform / MCPProxyResponse
from agentstack_sdk.platform import MCPProxyResponse
Bases: BaseModel

Class Attributes

AttributeTypeDefault
headersAnnotated[dict[str, str], Field(description='HTTP headers from the proxy response')]
status_codeAnnotated[int, Field(description='HTTP status code from the proxy response')]
chunkAnnotated[bytes, Field(description='Bytes chunk from streaming response content')]