Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by phoityne • Uncategorized
Handles construction and serialization of JSON-RPC responses for the MCP server UI layer.
Format and serialize JSON-RPC responses for UI consumption.
Transform typed application results into structured JSON outputs.
That require a final output stage in a stdio-mode MCP server pipeline.
pms-ui-response is an internal package of the pty-mcp-server project that defines structured data types and utilities for formatting responses to the user interface. It specifically manages the creation and serialization of JSON-RPC response objects in a stdio-mode MCP server, acting as the final output stage. This ensures typed application results are transformed into well-structured JSON responses for the UI layer.