@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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yawlabs/mcp",
|
|
3
|
-
"version": "0.60.
|
|
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.
|
|
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,
|