Add new environment for Bruno and fix README + list of todos.

This commit is contained in:
Yûki VACHOT 2025-11-29 23:05:00 +01:00
parent 1621a7f4cc
commit 52d2f864a8
5 changed files with 14 additions and 41 deletions

View file

@ -2,6 +2,14 @@
A Model Context Protocol (MCP) server for analyzing GeoGuessr game statistics with **automatic API monitoring** and **dynamic schema adaptation**.
## TODO
- [ ] Fix Docker username in compose files and env vars
- [ ] Add authentication to MCP server to allow access only to specific users
- [ ] Fix Code Quality on tests not running
- [ ] Fix Code Quality on black not formatting
- [ ] Add auto monitoring for new endpoints and send notifications by email
## 🌟 Key Features
### Dynamic API Monitoring
@ -30,8 +38,8 @@ A Model Context Protocol (MCP) server for analyzing GeoGuessr game statistics wi
### 1. Clone and Configure
```bash
git clone https://github.com/yourusername/geoguessr-mcp.git
cd geoguessr-mcp
git clone https://github.com/NyxiumYuuki/GeoGuessrMCP.git
cd GeoGuessrMCP
cp .env.example .env
```