UNPKG

@iflow-mcp/chess-mcp

Version:

A Model Context Protocol (MCP) server that provides an interactive chess game experience using MCP-UI. This server exposes chess game functionality through MCP tools and provides a web-based chessboard interface for playing games.

10 lines (9 loc) 198 B
export default function header(headers, name) { if (!headers) return; const value = headers[name]; if (Array.isArray(value)) { return value[0]; } return value; }