hs-mcp-0.1.1.0: Library with tools for creating an MCP server implementation.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.MCP.Server.StdIO

Synopsis

Documentation

runServerWithSTDIO :: Server -> IO () Source #

Run an MCP server using STDIO transport, handling messages until the transport is closed.

withSTDIOServer :: Server -> (Async () -> IO a) -> IO a Source #