@loadmill/mcp 0.0.2-rc.4 → 0.0.2-rc.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.
Files changed (2) hide show
  1. package/dist/tools.js +1 -1
  2. package/package.json +1 -1
package/dist/tools.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.toolsTasks = void 0;
4
4
  const http_request_js_1 = require("./http-request.js");
5
5
  const constants_js_1 = require("./constants.js");
6
- const LOADMILL_URL = process.env.LOADMILL_URL || 'https://api.loadmill.com';
6
+ const LOADMILL_URL = process.env.LOADMILL_URL || 'https://app.loadmill.com';
7
7
  const BASE_URL = LOADMILL_URL + '/api';
8
8
  // todo make sure all return in the same allowed pattern
9
9
  exports.toolsTasks = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadmill/mcp",
3
- "version": "0.0.2-rc.4",
3
+ "version": "0.0.2-rc.5",
4
4
  "description": "Loadmill mcp library",
5
5
  "main": "dist/",
6
6
  "module": "src/",