Trying to fix CORS

This commit is contained in:
Yûki VACHOT 2025-12-01 02:21:38 +01:00
parent dd9e178e72
commit 15415080da
2 changed files with 66 additions and 29 deletions

View file

@ -465,6 +465,16 @@ geoguessr-mcp/
└── Dockerfile
```
### MCP Inspector Tool Test
Tool to inspect MCP server and test connectivity:
Using the [Inspector](https://github.com/modelcontextprotocol/inspector) tool from the MCP project.
Via Docker:
```bash
docker run --rm -p 6274:6274 -p 6277:6277 -e HOST=0.0.0.0 ghcr.io/modelcontextprotocol/inspector:latest
```
## 🤝 Contributing
Contributions are welcome! Please: