mcp
Copyright(C) 2025 Matthias Pall Gissurarson
LicenseMIT
Maintainermpg@mpg.is
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageGHC2021

MCP.Server.StdIO

Description

This module provides MCP server implementation for stdin/stdout streams.

Synopsis

Server Runner

runServer :: MCPServer MCPServerM => ServerConfig -> IO () Source #

Run the MCP server with the given configuration

data ServerConfig Source #

Configuration for running an MCP server

Instances

Instances details
Show ServerConfig Source # 
Instance details

Defined in MCP.Server