pms-ui-response: pms-ui-response

[ ai, apache, library ] [ Propose Tags ] [ Report a vulnerability ]

README.md


[Skip to Readme]

Modules

  • PMS
    • UI
      • Response
        • App
          • PMS.UI.Response.App.Control
        • DM
          • PMS.UI.Response.DM.Constant
          • PMS.UI.Response.DM.Type
        • DS
          • PMS.UI.Response.DS.Core
          • PMS.UI.Response.DS.Utility

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0
Change log CHANGELOG.md
Dependencies aeson, base (>=4.21.0.0 && <4.22), bytestring, conduit, data-default, fast-logger, lens, monad-logger, mtl, pms-domain-model, safe-exceptions, stm, text, transformers [details]
License Apache-2.0
Copyright 2025-2026 phoityne.hs@gmail.com
Author phoityne.hs@gmail.com
Maintainer phoityne.hs@gmail.com
Category AI
Home page https://github.com/phoityne/pms-ui-response
Bug tracker https://github.com/phoityne/pms-ui-response/issues
Uploaded by phoityne_hs at 2025-06-05T11:25:28Z
Distributions
Downloads 2 total (2 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-06-05 [all 2 reports]

Readme for pms-ui-response-0.0.1.0

[back to package description]

pms-ui-response

pms-ui-response is one of the internal packages that make up the 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

Module Structure

Module Structure