@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.
- package/README.md +6 -5
- 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.
|
|
76
|
-
2.
|
|
77
|
-
3.
|
|
78
|
-
4.
|
|
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
|
|
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
|
|