An open API service indexing awesome lists of open source software.

https://github.com/phoityne/pms-ui-response

pms-ui-response
https://github.com/phoityne/pms-ui-response

ai bash cabal ghc ghci haskell mcp mcp-server pty stack

Last synced: 3 months ago
JSON representation

pms-ui-response

Awesome Lists containing this project

README

          

# pms-ui-response

`pms-ui-response` is one of the internal packages that make up the [`pty-mcp-server`](https://github.com/phoityne/pty-mcp-server) project.
It is responsible for defining structured data types and utilities for formatting responses to be sent to the user interface layer.

In the context of a stdio-mode MCP server, this package specifically handles the construction and serialization of JSON-RPC response objects to be written to `stdout`.
It acts as the final output stage, transforming typed results from the application layer into well-structured JSON responses.

---

## Package Structure
![Package Structure](https://raw.githubusercontent.com/phoityne/pms-ui-response/main/docs/12-1.png)
---

## Module Structure
![Module Structure](https://raw.githubusercontent.com/phoityne/pms-ui-response/main/docs/12-2.png)

---