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

Demo Configuration Helpers

defaultDemoOAuthConfig :: OAuthConfig Source #

Default demo OAuth configuration for testing purposes