Commit Graph

7 Commits (b1fc03579e31e1c498086e2b43b5070ada173c7f)

Author SHA1 Message Date
isnowglobal git b1fc03579e chore: remove social guide docs from MCP repository
Keep branding images in-place while removing social thread and brand guide markdown artifacts from the repo content set.
2026-04-14 21:44:25 -04:00
isnowglobal git 17b2778a5b Add favicon and social branding asset pack.
Include production favicon files, profile avatar dark/light variants, social banner, logo mark, and pinned thread starter content for launch comms.
2026-04-13 17:57:46 -04:00
isnowglobal git 67fa307aca Fix README domain and align MCP docs to current server.
Use elotactoe.com everywhere and sync tool/endpoint documentation with the current MCP implementation and main app protocol.
2026-04-13 17:39:04 -04:00
isnowglobal git 7fdf72fb20 Update README using README-UPDATED as source of truth.
Sync main documentation content to include the latest setup, tools, and meta-game guidance.
2026-04-13 17:33:46 -04:00
isnowglobal git 471574c5b8 Update README: Use elotactoe.com as main domain + meta-game docs
## Changes
- Updated main domain: elotactoe.isnowglobal.com → elotactoe.com
- Added meta-game documentation
- Added 10 new meta-game tools to table
- Added character/perk/solocesto examples
- Updated repository URLs to git.core.isnowglobal.com

## Meta-Game Features Documented
- 5 characters with unique bonuses
- 11 perks across 4 rarities
- Solo Cesto grid gameplay
- Auto-runner mode (1.75x rewards)
- XP and leveling system
- Unlocked at 90 ELO
2026-04-13 11:46:46 -04:00
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