@sportsbarwatch/mcp-server 0.1.1 → 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 -9
  2. package/package.json +1 -1
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 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sportsbarwatch/mcp-server",
3
- "version": "0.1.1",
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",