workfullcircle-mcp-local 1.0.0 → 1.1.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/index.js +1 -1
- package/package.json +1 -1
- package/test.js +1 -1
- package/workfullcircle-mcp-local-1.0.0.tgz +0 -0
package/index.js
CHANGED
package/package.json
CHANGED
package/test.js
CHANGED
|
@@ -3,7 +3,7 @@ const path = require('path');
|
|
|
3
3
|
|
|
4
4
|
// Test configuration
|
|
5
5
|
const TEST_API_KEY = process.env.TEST_API_KEY || 'uam_test_key';
|
|
6
|
-
const TEST_API_URL = process.env.TEST_API_URL || 'https://workfullcircle.com/api';
|
|
6
|
+
const TEST_API_URL = process.env.TEST_API_URL || process.env.WFC_API_URL || 'https://workfullcircle.com/api';
|
|
7
7
|
|
|
8
8
|
console.log('Testing @workfullcircle/mcp-local...');
|
|
9
9
|
console.log('API URL:', TEST_API_URL);
|
|
Binary file
|