| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Network.MCP.Transport.StdIO
Synopsis
Documentation
data STDIOTransport Source #
STDIO implementation of the Transport interface
Constructors
| STDIOTransport | |
Fields
| |
Instances
| Transport STDIOTransport Source # | A simple, synchronous transport implementation using standard input/output. |
Defined in Network.MCP.Transport.StdIO Methods handleMessages :: STDIOTransport -> (Message -> IO (Maybe Message)) -> IO () Source # | |
newSTDIOTransport :: IO STDIOTransport Source #
Create a new STDIO transport with the given message handler