@promptpartner/bexio-mcp-server 2.0.3 → 2.0.5

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 +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,10 +72,11 @@ BEXIO_API_TOKEN=your-token node dist/index.js
72
72
 
73
73
  ## Getting Your Bexio API Token
74
74
 
75
- 1. Log in to [Bexio](https://office.bexio.com/)
76
- 2. Go to **Settings** > **API Tokens**
77
- 3. Click **Create Token**
78
- 4. Copy the token and use it in your configuration
75
+ 1. Go to [developer.bexio.com](https://developer.bexio.com/)
76
+ 2. Log in with your regular Bexio account
77
+ 3. Navigate to **Personal Access Tokens**
78
+ 4. Click **Create New Token**
79
+ 5. Copy the token and use it in your configuration
79
80
 
80
81
  ## Features
81
82
 
@@ -146,7 +147,7 @@ Options:
146
147
  ## Troubleshooting
147
148
 
148
149
  ### "Invalid API token" error
149
- - Verify your token in Bexio Settings > API Tokens
150
+ - Verify your token at [developer.bexio.com](https://developer.bexio.com/) > Personal Access Tokens
150
151
  - Ensure the token has not expired
151
152
  - Check that the token has the required permissions
152
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptpartner/bexio-mcp-server",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Model Context Protocol server for Bexio API integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",