@sportsbarwatch/mcp-server 0.1.0 → 0.1.2

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 +0 -10
  2. package/package.json +1 -6
package/README.md CHANGED
@@ -44,15 +44,6 @@ Add to your config (`~/Library/Application Support/Claude/claude_desktop_config.
44
44
  claude mcp add sportsbarwatch -- npx -y @sportsbarwatch/mcp-server
45
45
  ```
46
46
 
47
- ### From source
48
-
49
- ```bash
50
- git clone https://github.com/eliastuff/vargarmatchen
51
- cd vargarmatchen/mcp-server
52
- npm install && npm run build
53
- node dist/index.js
54
- ```
55
-
56
47
  ## Environment Variables
57
48
 
58
49
  | Variable | Description | Default |
@@ -94,7 +85,6 @@ Ask your AI assistant:
94
85
  ## Links
95
86
 
96
87
  - **Website**: [sportsbarwatch.com](https://sportsbarwatch.com)
97
- - **GitHub**: [eliastuff/vargarmatchen](https://github.com/eliastuff/vargarmatchen)
98
88
  - **World Cup 2026**: [sportsbarwatch.com/worldcup](https://sportsbarwatch.com/worldcup)
99
89
 
100
90
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sportsbarwatch/mcp-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
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/**/*",