https://github.com/phoityne/pms-ui-notification
pms-ui-notification
https://github.com/phoityne/pms-ui-notification
ai cabal ghc haskell mcp
Last synced: 4 months ago
JSON representation
pms-ui-notification
- Host: GitHub
- URL: https://github.com/phoityne/pms-ui-notification
- Owner: phoityne
- License: apache-2.0
- Created: 2025-06-20T11:44:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T05:43:59.000Z (6 months ago)
- Last Synced: 2025-08-26T01:49:44.978Z (5 months ago)
- Topics: ai, cabal, ghc, haskell, mcp
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/pms-ui-notification
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pms-ui-notification
`pms-ui-notification` 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 notifications 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 **notification** objects to be written to `stdout`.
It serves as the final output layer for event-style communications, allowing the server to proactively inform the client of updates such as tool list changes or background events.
---
## Package Structure

---
## Module Structure

---