planko-mcp-server 0.2.0 → 0.2.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.
- package/package.json +1 -1
- package/src/api.js +1 -1
package/package.json
CHANGED
package/src/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* All external endpoints require projectId (user-scoped API key, PL012).
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
const DEFAULT_API_BASE = 'https://planko
|
|
8
|
+
const DEFAULT_API_BASE = 'https://api.planko.io/v1';
|
|
9
9
|
|
|
10
10
|
export function createApiClient({ apiKey, apiBase }) {
|
|
11
11
|
const base = apiBase || process.env.PLANKO_API_BASE || DEFAULT_API_BASE;
|