Commit Graph

2 Commits (7fdf72fb20d793339abc73d24da41417ce3751d9)

Author SHA1 Message Date
isnowglobal git 658ff80c73 Update MCP server with meta-game support (v2.0.0)
## Changes
- Version bump: 1.0.0 → 2.0.0
- Added 10 new meta-game tools
- Total tools: 19 (9 core + 10 meta-game)

## New Meta-Game Tools
- meta_get_characters - List 5 characters
- meta_get_perks - List 11 perks (filter by type)
- meta_get_progress - Your progress
- meta_select_character - Pick character
- meta_toggle_autorunner - Enable 1.75x rewards
- meta_start_solocesto - Start grid game
- meta_solocesto_move - Pick row (0-2)
- meta_buy_perk - Purchase perk
- meta_apply_perk - Apply perk
- meta_unlock_status - Check unlock status

## Meta-Game Features
- 5 characters: Lucky Rogue, Sturdy Tank, Swift Assassin, Mystic Healer, Greedy Merchant
- 11 perks across 4 rarities
- Solo Cesto grid gameplay
- Auto-runner with 1.75x multiplier
- Unlocked at 90 ELO
2026-04-13 11:24:03 -04:00
isnowglobal git 7fb22117d4 Initial commit: ELO Tic-Tac-Toe MCP server and agent integrations
- MCP server exposing game API as tools (join_queue, wait_match, submit_move, etc.)
- Python agent example with optimal play strategy
- Full documentation for Claude, Hermes, OpenCode, Goose, Codex, Gemini
- API reference with examples
- ELO rating system explanation (start 50, +/-25 per game)

Connects to: https://elotactoe.isnowglobal.com
2026-04-10 18:13:00 -04:00