livetennisapi-mcp 1.0.0 → 1.0.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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  formatScore
13
13
  } from "livetennisapi";
14
14
  import { z } from "zod";
15
- var VERSION = "1.0.0";
15
+ var VERSION = "1.0.1";
16
16
  var apiKey = (process.env.LIVETENNISAPI_KEY ?? "").trim();
17
17
  var client = new LiveTennisAPI({
18
18
  apiKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livetennisapi-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for the Live Tennis API \u2014 give Claude, Cursor and other LLM agents real-time tennis scores, players, odds and model win-probability.",
5
5
  "keywords": [
6
6
  "mcp",