@ziggs-ai/ziggs-mcp 0.10.0 → 0.10.1
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 +3 -0
- package/package.json +2 -2
package/dist/tools.js
CHANGED
|
@@ -53,6 +53,9 @@ const ZIGGS_RECORD_ARTIFACT_DESCRIPTION = 'Write an artifact. Scope is optional
|
|
|
53
53
|
'free-standing artifact that is yours until you attach or share it. Never guess a scope: ' +
|
|
54
54
|
'recording with none always succeeds. Set visibility explicitly. ' +
|
|
55
55
|
'For a finished deliverable, set contentType=result and pass taskId to bind it to the task. ' +
|
|
56
|
+
'Inline text max 50000 characters. Over that: use ziggs_artifact_upload_url (file rail), ' +
|
|
57
|
+
'or record an index artifact plus part artifacts and list the part ids in the index. ' +
|
|
58
|
+
'The server does not auto-split. ' +
|
|
56
59
|
PROTOCOL.reporting;
|
|
57
60
|
// the strict artifact write (fail loudly, return the artifactId)
|
|
58
61
|
// moved into ArtifactsClient.writeStrict, shared with the SDK's artifact_record.
|
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.1",
|
|
4
4
|
"description": "MCP server for Claude Code, Cursor, and other MCP hosts \u2014 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.1",
|
|
42
42
|
"dotenv": "^16.6.1",
|
|
43
43
|
"zod": "^3.24.2"
|
|
44
44
|
},
|