{
  "name": "chess-fen-mcp",
  "version": "1.0.1",
  "description": "MCP server for chess FEN notation visualization",
  "main": "index.js",
  "type": "module",
  "bin": {
    "chess-fen-mcp": "./index.js"
  },
  "scripts": {
    "start": "node index.js",
    "dev": "node --watch index.js"
  },
  "keywords": [
    "mcp",
    "chess",
    "fen",
    "visualization",
    "model-context-protocol"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.4.0"
  },
  "engines": {
    "node": ">=18"
  }
}