Skip to content

jovijovi/chess-coach

v0.2.0Apache-2.0

Play chess on a local interactive board with Stockfish and get position-aware coaching in Codex.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

chess-coachstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "./scripts/launch.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "chess-coach",
  "version": "0.2.0",
  "description": "Play chess on a local interactive board with Stockfish and get position-aware coaching in Codex.",
  "author": {
    "name": "jovijovi",
    "url": "https://github.com/jovijovi"
  },
  "license": "Apache-2.0",
  "repository": "https://github.com/jovijovi/chess-coach",
  "homepage": "https://jovijovi.github.io/chess-coach/",
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Chess Coach",
        "shortDescription": "Local chess and coaching",
        "longDescription": "Play Stockfish locally with an English or Chinese board and ask Codex for coaching.",
        "developerName": "jovijovi",
        "category": "Productivity",
        "capabilities": ["Interactive", "Read", "Write"],
        "brandColor": "#163D37",
        "composerIcon": "./assets/logo.svg",
        "logo": "./assets/logo.svg",
        "logoDark": "./assets/logo.svg",
        "defaultPrompt": [
          "Open the chessboard",
          "Continue my saved game",
          "Analyze my last move"
        ]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai