@sportsbarwatch/mcp-server 0.1.0 → 0.1.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.
- package/README.md +0 -1
- package/package.json +1 -6
package/README.md
CHANGED
|
@@ -94,7 +94,6 @@ Ask your AI assistant:
|
|
|
94
94
|
## Links
|
|
95
95
|
|
|
96
96
|
- **Website**: [sportsbarwatch.com](https://sportsbarwatch.com)
|
|
97
|
-
- **GitHub**: [eliastuff/vargarmatchen](https://github.com/eliastuff/vargarmatchen)
|
|
98
97
|
- **World Cup 2026**: [sportsbarwatch.com/worldcup](https://sportsbarwatch.com/worldcup)
|
|
99
98
|
|
|
100
99
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sportsbarwatch/mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "MCP server for SportsBarWatch — find bars showing live sports worldwide",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,11 +22,6 @@
|
|
|
22
22
|
"model-context-protocol"
|
|
23
23
|
],
|
|
24
24
|
"license": "MIT",
|
|
25
|
-
"repository": {
|
|
26
|
-
"type": "git",
|
|
27
|
-
"url": "https://github.com/eliastuff/vargarmatchen",
|
|
28
|
-
"directory": "mcp-server"
|
|
29
|
-
},
|
|
30
25
|
"homepage": "https://sportsbarwatch.com",
|
|
31
26
|
"files": [
|
|
32
27
|
"dist/**/*",
|