@assetlab/mcp-server 2.2.0 → 2.3.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/dist/version.d.ts CHANGED
@@ -11,4 +11,4 @@
11
11
  * only literal, and `tests/version.test.ts` fails if it drifts from `package.json`. Bump both
12
12
  * together — the test tells you if you forget.
13
13
  */
14
- export declare const VERSION = "2.2.0";
14
+ export declare const VERSION = "2.3.0";
package/dist/version.js CHANGED
@@ -11,5 +11,5 @@
11
11
  * only literal, and `tests/version.test.ts` fails if it drifts from `package.json`. Bump both
12
12
  * together — the test tells you if you forget.
13
13
  */
14
- export const VERSION = '2.2.0';
14
+ export const VERSION = '2.3.0';
15
15
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assetlab/mcp-server",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "MCP server for AssetLab — connect Claude or ChatGPT to your asset management data",
5
5
  "type": "module",
6
6
  "bin": {