@mcp-z/client 1.0.11 → 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 +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-z/client",
3
- "version": "1.0.11",
3
+ "version": "1.1.0",
4
4
  "description": "Programmatic MCP client library for Node.js - connect, discover, and call tools on Model Context Protocol servers.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -54,10 +54,8 @@
54
54
  "generate:types": "json2ts schemas/servers.schema.json schemas/servers.d.ts --bannerComment \"/* eslint-disable */\n/* Auto-generated from schemas/servers.schema.json - DO NOT EDIT */\"",
55
55
  "prepublish:check": "ncp",
56
56
  "prepublishOnly": "tsds validate",
57
- "test": "npm run test:unit && npm run test:integration",
57
+ "test": "tsds test:node --no-timeouts",
58
58
  "test:engines": "nvu engines tsds test:node --no-timeouts",
59
- "test:integration": "tsds test:node --no-timeouts 'test/integration/**/*.test.ts'",
60
- "test:unit": "tsds test:node --no-timeouts 'test/unit/**/*.test.ts'",
61
59
  "version": "tsds version"
62
60
  },
63
61
  "dependencies": {