@devpad/mcp 1.0.1 → 2.0.0
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 +1 -1
- package/dist/index.js +7901 -7165
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ bunx @devpad/mcp
|
|
|
15
15
|
### Environment Variables
|
|
16
16
|
|
|
17
17
|
- `DEVPAD_API_KEY` (required): Your devpad API key from https://devpad.tools/account
|
|
18
|
-
- `DEVPAD_BASE_URL` (optional): Base URL for devpad API (defaults to https://devpad.tools/api/
|
|
18
|
+
- `DEVPAD_BASE_URL` (optional): Base URL for devpad API (defaults to https://devpad.tools/api/v1)
|
|
19
19
|
|
|
20
20
|
### Claude Desktop Configuration
|
|
21
21
|
|