perso-mcp-server 1.0.2 → 1.0.3
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/dist/client.js +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -112,6 +112,6 @@ export function createClient() {
|
|
|
112
112
|
throw new Error("PERSO_API_KEY environment variable is required. " +
|
|
113
113
|
"Set it to your PERSO API key (e.g., pk_live_...).");
|
|
114
114
|
}
|
|
115
|
-
const baseUrl = process.env.PERSO_API_BASE_URL || "https://dev-
|
|
115
|
+
const baseUrl = process.env.PERSO_API_BASE_URL || "https://dev-api.perso.ai";
|
|
116
116
|
return new PersoApiClient(baseUrl, apiKey);
|
|
117
117
|
}
|