Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jai0651 • Uncategorized
An MCP stdio server that manages Tic-Tac-Toe game state and allows interaction via JSON requests.
Manage and maintain game state for turn-based games.
Interact with a Tic-Tac-Toe game via MCP protocol.
Play or simulate games against an LLM using MCP.
This MCP server implements a Tic-Tac-Toe game allowing users to start a new game, show the board state, and play moves through a Model Context Protocol interface. It supports persistence of game state across sessions and can be played interactively against an LLM using the Anthropic API. The project includes testing scripts and client configurations to facilitate gameplay and development.