@yawlabs/mcp 0.60.3 → 0.60.6

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.
@@ -13,7 +13,7 @@ import {
13
13
  sessionStatePath,
14
14
  signIn,
15
15
  signOut
16
- } from "./chunk-C3WU6HAG.js";
16
+ } from "./chunk-I5625HJE.js";
17
17
  export {
18
18
  SESSION_STATE_FILENAME,
19
19
  TeamSyncAuthError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/mcp",
3
- "version": "0.60.3",
3
+ "version": "0.60.6",
4
4
  "mcpName": "io.github.YawLabs/mcp",
5
5
  "description": "Yaw MCP -- MCP servers, managed. Free to run locally; Yaw Team adds cross-machine sync.",
6
6
  "license": "UNLICENSED",
@@ -28,6 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@modelcontextprotocol/sdk": "^1.29.0",
31
+ "@yawlabs/mcp-compliance": "^0.16.1",
31
32
  "undici": "^7.8.0"
32
33
  },
33
34
  "overrides": {
@@ -37,9 +38,10 @@
37
38
  "devDependencies": {
38
39
  "@biomejs/biome": "^1.9.4",
39
40
  "@types/node": "^22.0.0",
41
+ "postject": "^1.0.0-alpha.6",
40
42
  "tsup": "^8.4.0",
41
43
  "typescript": "^5.8.3",
42
- "vitest": "^3.1.1"
44
+ "vitest": "^3.2.6"
43
45
  },
44
46
  "engines": {
45
47
  "node": ">=18.3"
@@ -358,13 +358,13 @@ function _resetForTests() {
358
358
  }
359
359
 
360
360
  export {
361
+ atomicWriteFile,
361
362
  log,
362
363
  cacheDir,
363
364
  CONFIG_DIRNAME,
364
365
  userConfigDir,
365
366
  findProjectConfigDir,
366
367
  guidePath,
367
- atomicWriteFile,
368
368
  SESSION_STATE_FILENAME,
369
369
  TeamSyncAuthError,
370
370
  TeamSyncForbiddenError,