drafted 1.11.33 → 1.11.34
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/mcp/server.mjs +1 -0
- package/package.json +1 -1
package/mcp/server.mjs
CHANGED
|
@@ -3698,6 +3698,7 @@ tool('collector', {
|
|
|
3698
3698
|
format: z.enum(['markdown', 'google-doc', 'google-sheet', 'google-slide']).optional().describe('primary producible format; google-* require the org Drive connected (default markdown)'),
|
|
3699
3699
|
register: z.object({
|
|
3700
3700
|
sheet: z.string().describe('existing Google Sheet frame path or id to append rows to'),
|
|
3701
|
+
tab: z.string().optional().describe('sheet tab/range name to append to, e.g. "Erfassung" (defaults to Sheet1)'),
|
|
3701
3702
|
columns: z.array(z.string()).optional().describe('columns in order; a link to the produced record is included'),
|
|
3702
3703
|
}).optional().describe('also append one row per submission to an existing sheet, linking the produced record'),
|
|
3703
3704
|
}).optional().describe('[create|update] where/how the producible lands'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drafted",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.34",
|
|
4
4
|
"description": "Drafted — visual thinking surface for humans and AI agents. Renders HTML, markdown, images, and code as frames on a zoomable canvas, with MCP tools for AI agents and real-time sync for humans.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|