monzo-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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -78,8 +78,8 @@ monzo-mcp-server
78
78
  ### Build from source
79
79
 
80
80
  ```bash
81
- git clone https://github.com/samaxbytez/monzo-mcp-server.git
82
- cd monzo-mcp-server
81
+ git clone https://github.com/samaxbytez/monzo-mcp.git
82
+ cd monzo-mcp
83
83
  npm install
84
84
  npm run build
85
85
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monzo-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for the Monzo banking API",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -15,11 +15,11 @@
15
15
  ],
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/samaxbytez/monzo-mcp-server.git"
18
+ "url": "git+https://github.com/samaxbytez/monzo-mcp.git"
19
19
  },
20
- "homepage": "https://github.com/samaxbytez/monzo-mcp-server#readme",
20
+ "homepage": "https://github.com/samaxbytez/monzo-mcp#readme",
21
21
  "bugs": {
22
- "url": "https://github.com/samaxbytez/monzo-mcp-server/issues"
22
+ "url": "https://github.com/samaxbytez/monzo-mcp/issues"
23
23
  },
24
24
  "bin": {
25
25
  "monzo-mcp-server": "build/index.js"