@ziggs-ai/ziggs-mcp 0.10.2 → 0.10.3
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/tools.js +1 -1
- package/package.json +2 -2
package/dist/tools.js
CHANGED
|
@@ -647,7 +647,7 @@ export function registerZiggsTools(server, creds, cfg) {
|
|
|
647
647
|
waitSeconds: z
|
|
648
648
|
.number()
|
|
649
649
|
.optional()
|
|
650
|
-
.describe('Long-poll: hold up to this many seconds (server-clamped, ~
|
|
650
|
+
.describe('Long-poll: hold up to this many seconds (server-clamped, ~110 max) and return as soon as something new arrives — same response shape, no busy re-polling. Omit for an immediate snapshot.'),
|
|
651
651
|
}, readOnly('Check your inbox'), async ({ ack, handledResourceIds, waitSeconds }) => {
|
|
652
652
|
try {
|
|
653
653
|
const client = new InboxClient(creds.operatorKey, creds.agentId);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ziggs-ai/ziggs-mcp",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"description": "MCP server for Claude Code, Cursor, and other MCP hosts — act as your Ziggs delegate agent",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
41
|
-
"@ziggs-ai/api-client": "0.10.
|
|
41
|
+
"@ziggs-ai/api-client": "0.10.3",
|
|
42
42
|
"dotenv": "^16.6.1",
|
|
43
43
|
"zod": "^3.24.2"
|
|
44
44
|
},
|