janken-mcp-server

janken-mcp-server

0

The janken-mcp-server.js is a simple HTTP server that offers a 'Rock-Paper-Scissors' game using the MCP protocol. It is designed to handle requests and responses in the MCP format and supports CORS for cross-origin resource sharing.

Overview

  • A simple HTTP server providing a 'Rock-Paper-Scissors' game using the MCP protocol.
  • Features request/response format based on the MCP protocol.
  • Returns random choices of 'rock', 'paper', or 'scissors'.
  • Supports CORS.