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

MCP.Server.HTTP

Description

This module provides MCP server implementation for HTTP communication.

Synopsis

Server Runner

runServerHTTP :: MCPServer MCPServerM => HTTPServerConfig -> IO () Source #

Run the MCP server as an HTTP server

data HTTPServerConfig Source #

Configuration for running an MCP HTTP server

Instances

Instances details
Show HTTPServerConfig Source # 
Instance details

Defined in MCP.Server.HTTP