odds-api-mcp-server 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -160,7 +160,7 @@ Once configured, ask your AI assistant things like:
160
160
 
161
161
  - "What sports are available on Odds-API?"
162
162
  - "Show me upcoming Premier League matches"
163
- - "Get odds for the next Arsenal match from Bet365 and Pinnacle"
163
+ - "Get odds for the next Arsenal match from Bet365 and SingBet"
164
164
  - "Find value bets on Bet365 with event details"
165
165
  - "Are there any arbitrage opportunities between Bet365 and Unibet?"
166
166
  - "Show me how the odds moved for event 12345 on the spread market"
@@ -186,3 +186,5 @@ MIT
186
186
  - [Documentation](https://docs.odds-api.io) - API docs
187
187
  - [API Reference](https://api.odds-api.io/v3/docs/index.html) - Swagger/OpenAPI
188
188
  - [npm](https://www.npmjs.com/package/odds-api-mcp-server) - Package registry
189
+ ndex.html) - Swagger/OpenAPI
190
+ - [npm](https://www.npmjs.com/package/odds-api-mcp-server) - Package registry
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "odds-api-mcp-server",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "MCP server for Odds-API.io - Access sports betting odds data from AI tools like Claude, Cursor, and VS Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",