chess-trainer-mcp
Version:
Chess Trainer MCP Server with Stockfish NNUE engine - Interactive chess training with AI coaching capabilities
25 lines • 527 B
JSON
{
"permissions": {
"allow": [
"Bash(mv:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(rm:*)",
"Bash(timeout:*)",
"Bash(chmod:*)",
"Bash(node:*)",
"Bash(npx @modelcontextprotocol/inspector mcp-stockfish:*)",
"Bash(npm start)",
"Bash(npx:*)",
"Bash(lsof:*)",
"Bash(curl:*)",
"Bash(ls:*)",
"Bash(git add:*)",
"Bash(git pull:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npm run dev:*)"
],
"deny": []
}
}