@mcp-z/mcp-drive 1.0.12 → 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.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-z/mcp-drive",
3
- "version": "1.0.12",
3
+ "version": "1.1.0",
4
4
  "description": "MCP server for Google Drive integration with file operations, folder navigation, search capabilities, and sharing management",
5
5
  "keywords": [
6
6
  "drive",
@@ -62,11 +62,9 @@
62
62
  "format": "tsds format",
63
63
  "prepublish:check": "ncp",
64
64
  "prepublishOnly": "tsds validate",
65
- "test": "npm run test:unit && npm run test:integration",
66
- "test:engines": "nvu engines tsds test:node --no-timeouts 'test/**/*.test.ts'",
67
- "test:integration": "tsds test:node --no-timeouts 'test/integration/**/*.test.ts'",
65
+ "test": "tsds test:node --no-timeouts",
66
+ "test:engines": "nvu engines tsds test:node --no-timeouts",
68
67
  "test:setup": "node scripts/setup-test.ts",
69
- "test:unit": "tsds test:node --no-timeouts 'test/unit/**/*.test.ts'",
70
68
  "version": "tsds version"
71
69
  },
72
70
  "dependencies": {