@keystrokehq/monday_mcp 0.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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/all-monday-api.cjs +19 -0
- package/dist/actions/all-monday-api.cjs.map +1 -0
- package/dist/actions/all-monday-api.d.cts +9 -0
- package/dist/actions/all-monday-api.d.cts.map +1 -0
- package/dist/actions/all-monday-api.d.mts +9 -0
- package/dist/actions/all-monday-api.d.mts.map +1 -0
- package/dist/actions/all-monday-api.mjs +16 -0
- package/dist/actions/all-monday-api.mjs.map +1 -0
- package/dist/actions/all-widgets-schema.cjs +16 -0
- package/dist/actions/all-widgets-schema.cjs.map +1 -0
- package/dist/actions/all-widgets-schema.d.cts +9 -0
- package/dist/actions/all-widgets-schema.d.cts.map +1 -0
- package/dist/actions/all-widgets-schema.d.mts +9 -0
- package/dist/actions/all-widgets-schema.d.mts.map +1 -0
- package/dist/actions/all-widgets-schema.mjs +13 -0
- package/dist/actions/all-widgets-schema.mjs.map +1 -0
- package/dist/actions/board-insights.cjs +90 -0
- package/dist/actions/board-insights.cjs.map +1 -0
- package/dist/actions/board-insights.d.cts +9 -0
- package/dist/actions/board-insights.d.cts.map +1 -0
- package/dist/actions/board-insights.d.mts +9 -0
- package/dist/actions/board-insights.d.mts.map +1 -0
- package/dist/actions/board-insights.mjs +87 -0
- package/dist/actions/board-insights.mjs.map +1 -0
- package/dist/actions/change-item-column-values.cjs +20 -0
- package/dist/actions/change-item-column-values.cjs.map +1 -0
- package/dist/actions/change-item-column-values.d.cts +9 -0
- package/dist/actions/change-item-column-values.d.cts.map +1 -0
- package/dist/actions/change-item-column-values.d.mts +9 -0
- package/dist/actions/change-item-column-values.d.mts.map +1 -0
- package/dist/actions/change-item-column-values.mjs +17 -0
- package/dist/actions/change-item-column-values.mjs.map +1 -0
- package/dist/actions/create-board.cjs +25 -0
- package/dist/actions/create-board.cjs.map +1 -0
- package/dist/actions/create-board.d.cts +9 -0
- package/dist/actions/create-board.d.cts.map +1 -0
- package/dist/actions/create-board.d.mts +9 -0
- package/dist/actions/create-board.d.mts.map +1 -0
- package/dist/actions/create-board.mjs +22 -0
- package/dist/actions/create-board.mjs.map +1 -0
- package/dist/actions/create-column.cjs +65 -0
- package/dist/actions/create-column.cjs.map +1 -0
- package/dist/actions/create-column.d.cts +9 -0
- package/dist/actions/create-column.d.cts.map +1 -0
- package/dist/actions/create-column.d.mts +9 -0
- package/dist/actions/create-column.d.mts.map +1 -0
- package/dist/actions/create-column.mjs +62 -0
- package/dist/actions/create-column.mjs.map +1 -0
- package/dist/actions/create-dashboard.cjs +22 -0
- package/dist/actions/create-dashboard.cjs.map +1 -0
- package/dist/actions/create-dashboard.d.cts +9 -0
- package/dist/actions/create-dashboard.d.cts.map +1 -0
- package/dist/actions/create-dashboard.d.mts +9 -0
- package/dist/actions/create-dashboard.d.mts.map +1 -0
- package/dist/actions/create-dashboard.mjs +19 -0
- package/dist/actions/create-dashboard.mjs.map +1 -0
- package/dist/actions/create-doc.cjs +29 -0
- package/dist/actions/create-doc.cjs.map +1 -0
- package/dist/actions/create-doc.d.cts +9 -0
- package/dist/actions/create-doc.d.cts.map +1 -0
- package/dist/actions/create-doc.d.mts +9 -0
- package/dist/actions/create-doc.d.mts.map +1 -0
- package/dist/actions/create-doc.mjs +26 -0
- package/dist/actions/create-doc.mjs.map +1 -0
- package/dist/actions/create-folder.cjs +52 -0
- package/dist/actions/create-folder.cjs.map +1 -0
- package/dist/actions/create-folder.d.cts +9 -0
- package/dist/actions/create-folder.d.cts.map +1 -0
- package/dist/actions/create-folder.d.mts +9 -0
- package/dist/actions/create-folder.d.mts.map +1 -0
- package/dist/actions/create-folder.mjs +49 -0
- package/dist/actions/create-folder.mjs.map +1 -0
- package/dist/actions/create-form.cjs +30 -0
- package/dist/actions/create-form.cjs.map +1 -0
- package/dist/actions/create-form.d.cts +9 -0
- package/dist/actions/create-form.d.cts.map +1 -0
- package/dist/actions/create-form.d.mts +9 -0
- package/dist/actions/create-form.d.mts.map +1 -0
- package/dist/actions/create-form.mjs +27 -0
- package/dist/actions/create-form.mjs.map +1 -0
- package/dist/actions/create-group.cjs +42 -0
- package/dist/actions/create-group.cjs.map +1 -0
- package/dist/actions/create-group.d.cts +9 -0
- package/dist/actions/create-group.d.cts.map +1 -0
- package/dist/actions/create-group.d.mts +9 -0
- package/dist/actions/create-group.d.mts.map +1 -0
- package/dist/actions/create-group.mjs +39 -0
- package/dist/actions/create-group.mjs.map +1 -0
- package/dist/actions/create-item.cjs +23 -0
- package/dist/actions/create-item.cjs.map +1 -0
- package/dist/actions/create-item.d.cts +9 -0
- package/dist/actions/create-item.d.cts.map +1 -0
- package/dist/actions/create-item.d.mts +9 -0
- package/dist/actions/create-item.d.mts.map +1 -0
- package/dist/actions/create-item.mjs +20 -0
- package/dist/actions/create-item.mjs.map +1 -0
- package/dist/actions/create-update.cjs +20 -0
- package/dist/actions/create-update.cjs.map +1 -0
- package/dist/actions/create-update.d.cts +9 -0
- package/dist/actions/create-update.d.cts.map +1 -0
- package/dist/actions/create-update.d.mts +9 -0
- package/dist/actions/create-update.d.mts.map +1 -0
- package/dist/actions/create-update.mjs +17 -0
- package/dist/actions/create-update.mjs.map +1 -0
- package/dist/actions/create-widget.cjs +30 -0
- package/dist/actions/create-widget.cjs.map +1 -0
- package/dist/actions/create-widget.d.cts +9 -0
- package/dist/actions/create-widget.d.cts.map +1 -0
- package/dist/actions/create-widget.d.mts +9 -0
- package/dist/actions/create-widget.d.mts.map +1 -0
- package/dist/actions/create-widget.mjs +27 -0
- package/dist/actions/create-widget.mjs.map +1 -0
- package/dist/actions/create-workspace.cjs +25 -0
- package/dist/actions/create-workspace.cjs.map +1 -0
- package/dist/actions/create-workspace.d.cts +9 -0
- package/dist/actions/create-workspace.d.cts.map +1 -0
- package/dist/actions/create-workspace.d.mts +9 -0
- package/dist/actions/create-workspace.d.mts.map +1 -0
- package/dist/actions/create-workspace.mjs +22 -0
- package/dist/actions/create-workspace.mjs.map +1 -0
- package/dist/actions/form-questions-editor.cjs +82 -0
- package/dist/actions/form-questions-editor.cjs.map +1 -0
- package/dist/actions/form-questions-editor.d.cts +9 -0
- package/dist/actions/form-questions-editor.d.cts.map +1 -0
- package/dist/actions/form-questions-editor.d.mts +9 -0
- package/dist/actions/form-questions-editor.d.mts.map +1 -0
- package/dist/actions/form-questions-editor.mjs +79 -0
- package/dist/actions/form-questions-editor.mjs.map +1 -0
- package/dist/actions/get-board-activity.cjs +20 -0
- package/dist/actions/get-board-activity.cjs.map +1 -0
- package/dist/actions/get-board-activity.d.cts +9 -0
- package/dist/actions/get-board-activity.d.cts.map +1 -0
- package/dist/actions/get-board-activity.d.mts +9 -0
- package/dist/actions/get-board-activity.d.mts.map +1 -0
- package/dist/actions/get-board-activity.mjs +17 -0
- package/dist/actions/get-board-activity.mjs.map +1 -0
- package/dist/actions/get-board-info.cjs +16 -0
- package/dist/actions/get-board-info.cjs.map +1 -0
- package/dist/actions/get-board-info.d.cts +9 -0
- package/dist/actions/get-board-info.d.cts.map +1 -0
- package/dist/actions/get-board-info.d.mts +9 -0
- package/dist/actions/get-board-info.d.mts.map +1 -0
- package/dist/actions/get-board-info.mjs +13 -0
- package/dist/actions/get-board-info.mjs.map +1 -0
- package/dist/actions/get-board-items-page.cjs +61 -0
- package/dist/actions/get-board-items-page.cjs.map +1 -0
- package/dist/actions/get-board-items-page.d.cts +9 -0
- package/dist/actions/get-board-items-page.d.cts.map +1 -0
- package/dist/actions/get-board-items-page.d.mts +9 -0
- package/dist/actions/get-board-items-page.d.mts.map +1 -0
- package/dist/actions/get-board-items-page.mjs +58 -0
- package/dist/actions/get-board-items-page.mjs.map +1 -0
- package/dist/actions/get-column-type-info.cjs +59 -0
- package/dist/actions/get-column-type-info.cjs.map +1 -0
- package/dist/actions/get-column-type-info.d.cts +9 -0
- package/dist/actions/get-column-type-info.d.cts.map +1 -0
- package/dist/actions/get-column-type-info.d.mts +9 -0
- package/dist/actions/get-column-type-info.d.mts.map +1 -0
- package/dist/actions/get-column-type-info.mjs +56 -0
- package/dist/actions/get-column-type-info.mjs.map +1 -0
- package/dist/actions/get-form.cjs +16 -0
- package/dist/actions/get-form.cjs.map +1 -0
- package/dist/actions/get-form.d.cts +9 -0
- package/dist/actions/get-form.d.cts.map +1 -0
- package/dist/actions/get-form.d.mts +9 -0
- package/dist/actions/get-form.d.mts.map +1 -0
- package/dist/actions/get-form.mjs +13 -0
- package/dist/actions/get-form.mjs.map +1 -0
- package/dist/actions/get-graphql-schema.cjs +19 -0
- package/dist/actions/get-graphql-schema.cjs.map +1 -0
- package/dist/actions/get-graphql-schema.d.cts +9 -0
- package/dist/actions/get-graphql-schema.d.cts.map +1 -0
- package/dist/actions/get-graphql-schema.d.mts +9 -0
- package/dist/actions/get-graphql-schema.d.mts.map +1 -0
- package/dist/actions/get-graphql-schema.mjs +16 -0
- package/dist/actions/get-graphql-schema.mjs.map +1 -0
- package/dist/actions/get-monday-dev-sprints-boards.cjs +16 -0
- package/dist/actions/get-monday-dev-sprints-boards.cjs.map +1 -0
- package/dist/actions/get-monday-dev-sprints-boards.d.cts +9 -0
- package/dist/actions/get-monday-dev-sprints-boards.d.cts.map +1 -0
- package/dist/actions/get-monday-dev-sprints-boards.d.mts +9 -0
- package/dist/actions/get-monday-dev-sprints-boards.d.mts.map +1 -0
- package/dist/actions/get-monday-dev-sprints-boards.mjs +13 -0
- package/dist/actions/get-monday-dev-sprints-boards.mjs.map +1 -0
- package/dist/actions/get-sprint-summary.cjs +16 -0
- package/dist/actions/get-sprint-summary.cjs.map +1 -0
- package/dist/actions/get-sprint-summary.d.cts +9 -0
- package/dist/actions/get-sprint-summary.d.cts.map +1 -0
- package/dist/actions/get-sprint-summary.d.mts +9 -0
- package/dist/actions/get-sprint-summary.d.mts.map +1 -0
- package/dist/actions/get-sprint-summary.mjs +13 -0
- package/dist/actions/get-sprint-summary.mjs.map +1 -0
- package/dist/actions/get-sprints-metadata.cjs +19 -0
- package/dist/actions/get-sprints-metadata.cjs.map +1 -0
- package/dist/actions/get-sprints-metadata.d.cts +9 -0
- package/dist/actions/get-sprints-metadata.d.cts.map +1 -0
- package/dist/actions/get-sprints-metadata.d.mts +9 -0
- package/dist/actions/get-sprints-metadata.d.mts.map +1 -0
- package/dist/actions/get-sprints-metadata.mjs +16 -0
- package/dist/actions/get-sprints-metadata.mjs.map +1 -0
- package/dist/actions/get-type-details.cjs +16 -0
- package/dist/actions/get-type-details.cjs.map +1 -0
- package/dist/actions/get-type-details.d.cts +9 -0
- package/dist/actions/get-type-details.d.cts.map +1 -0
- package/dist/actions/get-type-details.d.mts +9 -0
- package/dist/actions/get-type-details.d.mts.map +1 -0
- package/dist/actions/get-type-details.mjs +13 -0
- package/dist/actions/get-type-details.mjs.map +1 -0
- package/dist/actions/get-user-context.cjs +16 -0
- package/dist/actions/get-user-context.cjs.map +1 -0
- package/dist/actions/get-user-context.d.cts +9 -0
- package/dist/actions/get-user-context.d.cts.map +1 -0
- package/dist/actions/get-user-context.d.mts +9 -0
- package/dist/actions/get-user-context.d.mts.map +1 -0
- package/dist/actions/get-user-context.mjs +13 -0
- package/dist/actions/get-user-context.mjs.map +1 -0
- package/dist/actions/index.cjs +73 -0
- package/dist/actions/index.d.cts +37 -0
- package/dist/actions/index.d.mts +37 -0
- package/dist/actions/index.mjs +37 -0
- package/dist/actions/list-users-and-teams.cjs +24 -0
- package/dist/actions/list-users-and-teams.cjs.map +1 -0
- package/dist/actions/list-users-and-teams.d.cts +9 -0
- package/dist/actions/list-users-and-teams.d.cts.map +1 -0
- package/dist/actions/list-users-and-teams.d.mts +9 -0
- package/dist/actions/list-users-and-teams.d.mts.map +1 -0
- package/dist/actions/list-users-and-teams.mjs +21 -0
- package/dist/actions/list-users-and-teams.mjs.map +1 -0
- package/dist/actions/list-workspaces.cjs +20 -0
- package/dist/actions/list-workspaces.cjs.map +1 -0
- package/dist/actions/list-workspaces.d.cts +9 -0
- package/dist/actions/list-workspaces.d.cts.map +1 -0
- package/dist/actions/list-workspaces.d.mts +9 -0
- package/dist/actions/list-workspaces.d.mts.map +1 -0
- package/dist/actions/list-workspaces.mjs +17 -0
- package/dist/actions/list-workspaces.mjs.map +1 -0
- package/dist/actions/move-object.cjs +33 -0
- package/dist/actions/move-object.cjs.map +1 -0
- package/dist/actions/move-object.d.cts +9 -0
- package/dist/actions/move-object.d.cts.map +1 -0
- package/dist/actions/move-object.d.mts +9 -0
- package/dist/actions/move-object.d.mts.map +1 -0
- package/dist/actions/move-object.mjs +30 -0
- package/dist/actions/move-object.mjs.map +1 -0
- package/dist/actions/read-docs.cjs +26 -0
- package/dist/actions/read-docs.cjs.map +1 -0
- package/dist/actions/read-docs.d.cts +9 -0
- package/dist/actions/read-docs.d.cts.map +1 -0
- package/dist/actions/read-docs.d.mts +9 -0
- package/dist/actions/read-docs.d.mts.map +1 -0
- package/dist/actions/read-docs.mjs +23 -0
- package/dist/actions/read-docs.mjs.map +1 -0
- package/dist/actions/search.cjs +26 -0
- package/dist/actions/search.cjs.map +1 -0
- package/dist/actions/search.d.cts +9 -0
- package/dist/actions/search.d.cts.map +1 -0
- package/dist/actions/search.d.mts +9 -0
- package/dist/actions/search.d.mts.map +1 -0
- package/dist/actions/search.mjs +23 -0
- package/dist/actions/search.mjs.map +1 -0
- package/dist/actions/update-folder.cjs +61 -0
- package/dist/actions/update-folder.cjs.map +1 -0
- package/dist/actions/update-folder.d.cts +9 -0
- package/dist/actions/update-folder.d.cts.map +1 -0
- package/dist/actions/update-folder.d.mts +9 -0
- package/dist/actions/update-folder.d.mts.map +1 -0
- package/dist/actions/update-folder.mjs +58 -0
- package/dist/actions/update-folder.mjs.map +1 -0
- package/dist/actions/update-form.cjs +139 -0
- package/dist/actions/update-form.cjs.map +1 -0
- package/dist/actions/update-form.d.cts +9 -0
- package/dist/actions/update-form.d.cts.map +1 -0
- package/dist/actions/update-form.d.mts +9 -0
- package/dist/actions/update-form.d.mts.map +1 -0
- package/dist/actions/update-form.mjs +136 -0
- package/dist/actions/update-form.mjs.map +1 -0
- package/dist/actions/update-workspace.cjs +26 -0
- package/dist/actions/update-workspace.cjs.map +1 -0
- package/dist/actions/update-workspace.d.cts +9 -0
- package/dist/actions/update-workspace.d.cts.map +1 -0
- package/dist/actions/update-workspace.d.mts +9 -0
- package/dist/actions/update-workspace.d.mts.map +1 -0
- package/dist/actions/update-workspace.mjs +23 -0
- package/dist/actions/update-workspace.mjs.map +1 -0
- package/dist/actions/workspace-info.cjs +16 -0
- package/dist/actions/workspace-info.cjs.map +1 -0
- package/dist/actions/workspace-info.d.cts +9 -0
- package/dist/actions/workspace-info.d.cts.map +1 -0
- package/dist/actions/workspace-info.d.mts +9 -0
- package/dist/actions/workspace-info.d.mts.map +1 -0
- package/dist/actions/workspace-info.mjs +13 -0
- package/dist/actions/workspace-info.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +78 -0
- package/dist/index.d.cts +39 -0
- package/dist/index.d.mts +39 -0
- package/dist/index.mjs +40 -0
- package/package.json +49 -0
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpUpdateForm = action("MONDAY_MCP_UPDATE_FORM", {
|
|
4
|
+
slug: "monday_mcp-update-form",
|
|
5
|
+
name: "Update form",
|
|
6
|
+
description: "Update a monday.com form. Handles the following form update actions that can only be done one at a time using the correct \"action\" input: \n - update form's feature settings with the action \"updateFeatures\",\n - update form's appearance settings with the action \"updateAppearance\",\n - update form's accessibility settings with the action \"updateAccessibility\",\n - update form's title with the action \"updateFormHeader\",\n - update form's description with the action \"updateFormHeader\",\n - update form's question order with the action \"updateQuestionOrder\",\n - create a new form tag with the action \"createTag\",\n - delete a form tag with the action \"deleteTag\",\n - update a form tag with the action \"updateTag\",\n - set or update the form's password with the action \"setFormPassword\"\n - shorten form's url with the action \"shortenFormUrl\"\n - deactivate form with the action \"deactivateForm\"\n - reactivate form with the action \"activateForm\"",
|
|
7
|
+
input: z.object({
|
|
8
|
+
tag: z.object({
|
|
9
|
+
id: z.string().describe("The unique identifier for the tag. This will get auto generated when creating a tag and can’t be updated. This is required when updating or deleting a tag.").optional(),
|
|
10
|
+
name: z.string().describe("The name of the tag. This can only be created, not updated. This is required when creating a tag.").optional(),
|
|
11
|
+
value: z.string().describe("The value of the tag. This value is required when creating or updating a tag.").optional(),
|
|
12
|
+
columnId: z.string().describe("The ID of the column this tag is associated with. This will get auto generated when creating a tag and can’t be updated.").optional()
|
|
13
|
+
}).describe("The tag data to create, update or delete. If deleting a tag, only provide the id of the tag to delete. If creating a tag, provide the name and value, the id and columnId are auto generated. If updating a tag, provide the id and new value, name and columnId are not changeable.").optional(),
|
|
14
|
+
form: z.object({
|
|
15
|
+
title: z.string().describe("The title text for the form. Must be at least 1 character long. Can only be updated if the update action is updateFormHeader.").optional(),
|
|
16
|
+
features: z.object({
|
|
17
|
+
monday: z.object({
|
|
18
|
+
itemGroupId: z.string().describe("The board group ID where new items from form responses will be created.").optional(),
|
|
19
|
+
includeNameQuestion: z.boolean().describe("Boolean adding a name question to the form. This is a special question type that represents the name column from the associated monday board").optional(),
|
|
20
|
+
includeUpdateQuestion: z.boolean().describe("Boolean adding an update/comment field to the form. This is a special question type that represents the updates from the associated item of the submission on the monday board.").optional(),
|
|
21
|
+
syncQuestionAndColumnsTitles: z.boolean().describe("Boolean synchronizing form question titles with board column names. When true, the form question titles will be synchronized with the board column names.").optional()
|
|
22
|
+
}).describe("Object containing board settings for response handling.").optional(),
|
|
23
|
+
password: z.object({ enabled: z.boolean().describe("Boolean disabling password protection. Can only be updated to false. In order to enable password protection use the setFormPassword action instead.").optional() }).describe("Object containing password protection configuration for the form.").optional(),
|
|
24
|
+
closeDate: z.object({
|
|
25
|
+
date: z.string().describe("ISO timestamp when the form will automatically stop accepting responses.").optional(),
|
|
26
|
+
enabled: z.boolean().describe("Boolean enabling automatic form closure at a specified date and time.").optional()
|
|
27
|
+
}).describe("Object containing automatic form closure configuration.").optional(),
|
|
28
|
+
requireLogin: z.object({
|
|
29
|
+
enabled: z.boolean().describe("Boolean requiring users to be logged in before submitting responses.").optional(),
|
|
30
|
+
redirectToLogin: z.boolean().describe("Boolean automatically redirecting unauthenticated users to the login page.").optional()
|
|
31
|
+
}).describe("Object containing login requirement settings for form access.").optional(),
|
|
32
|
+
responseLimit: z.object({
|
|
33
|
+
limit: z.number().describe("Integer specifying the maximum number of responses allowed.").optional(),
|
|
34
|
+
enabled: z.boolean().describe("Boolean enabling response count limits for the form.").optional()
|
|
35
|
+
}).describe("Object containing response limitation settings to control submission volume.").optional(),
|
|
36
|
+
draftSubmission: z.object({ enabled: z.boolean().describe("Boolean allowing users to save incomplete responses as drafts.").optional() }).describe("Object containing draft saving configuration allowing users to save progress.").optional(),
|
|
37
|
+
preSubmissionView: z.object({
|
|
38
|
+
title: z.string().describe("Text displayed as the title on the welcome screen.").optional(),
|
|
39
|
+
enabled: z.boolean().describe("Boolean showing a welcome/introduction screen before the form begins.").optional(),
|
|
40
|
+
description: z.string().describe("Text providing context or instructions on the welcome screen.").optional(),
|
|
41
|
+
startButton: z.object({ text: z.string().describe("Custom text for the button that begins the form experience.").optional() }).describe("Object containing start button configuration for the welcome screen.").optional()
|
|
42
|
+
}).describe("Object containing welcome screen configuration displayed before the form.").optional(),
|
|
43
|
+
reCaptchaChallenge: z.boolean().describe("Boolean enabling reCAPTCHA verification to prevent spam submissions.").optional(),
|
|
44
|
+
afterSubmissionView: z.object({
|
|
45
|
+
title: z.string().describe("Text displayed as the title after successful form submission.").optional(),
|
|
46
|
+
description: z.string().describe("Text shown to users after they complete the form.").optional(),
|
|
47
|
+
allowResubmit: z.boolean().describe("Boolean allowing users to submit multiple responses to the same form.").optional(),
|
|
48
|
+
showSuccessImage: z.boolean().describe("Boolean displaying a success image after form completion.").optional(),
|
|
49
|
+
allowEditSubmission: z.boolean().describe("Boolean allowing users to modify their submitted responses after submission.").optional(),
|
|
50
|
+
allowViewSubmission: z.boolean().describe("Boolean allowing users to view their submitted responses.").optional(),
|
|
51
|
+
redirectAfterSubmission: z.object({
|
|
52
|
+
enabled: z.boolean().describe("Boolean enabling automatic redirect after form completion to a specified URL.").optional(),
|
|
53
|
+
redirectUrl: z.string().describe("The URL where users will be redirected after successfully submitting the form.").optional()
|
|
54
|
+
}).describe("Object containing redirect configuration after form submission.").optional()
|
|
55
|
+
}).describe("Object containing settings for the post-submission user experience.").optional()
|
|
56
|
+
}).describe("The features data to update. Acts as a patch object, meaning that only the fields that are provided will be updated. Required if the update action is updateFeatures.").optional(),
|
|
57
|
+
questions: z.array(z.object({ id: z.string().describe("The unique identifier for the question. Used to target specific questions within a form. Required when deleting or updating a question.") })).describe("Ordered array of dehydrated questions, object only including each question ID, for reordering. Must include all existing question IDs. Required if the update action is updateQuestionOrder.").optional(),
|
|
58
|
+
appearance: z.object({
|
|
59
|
+
logo: z.object({
|
|
60
|
+
size: z.enum([
|
|
61
|
+
"Small",
|
|
62
|
+
"Medium",
|
|
63
|
+
"Large",
|
|
64
|
+
"ExtraLarge"
|
|
65
|
+
]).describe("String specifying logo size (\"small\", \"medium\", \"large\") for the logo that appears on the header of the form.").optional(),
|
|
66
|
+
position: z.enum([
|
|
67
|
+
"Auto",
|
|
68
|
+
"Left",
|
|
69
|
+
"Center",
|
|
70
|
+
"Right"
|
|
71
|
+
]).describe("String specifying logo placement (\"top\", \"bottom\", \"header\").").optional()
|
|
72
|
+
}).describe("Object containing logo display configuration for form branding.").optional(),
|
|
73
|
+
text: z.object({
|
|
74
|
+
font: z.string().describe("String specifying the font family used throughout the form.").optional(),
|
|
75
|
+
size: z.enum([
|
|
76
|
+
"Small",
|
|
77
|
+
"Medium",
|
|
78
|
+
"Large"
|
|
79
|
+
]).describe("String or number specifying the base font size for form text.").optional(),
|
|
80
|
+
color: z.string().describe("Hex color code for the text color in the form.").optional()
|
|
81
|
+
}).describe("Object containing typography and text styling configuration.").optional(),
|
|
82
|
+
layout: z.object({
|
|
83
|
+
format: z.enum(["OneByOne", "Classic"]).describe("String specifying the form display format. Can be a step by step form or a classic one page form.").optional(),
|
|
84
|
+
alignment: z.enum([
|
|
85
|
+
"FullLeft",
|
|
86
|
+
"Left",
|
|
87
|
+
"Center",
|
|
88
|
+
"Right",
|
|
89
|
+
"FullRight"
|
|
90
|
+
]).describe("String controlling text and content alignment.").optional(),
|
|
91
|
+
direction: z.enum(["LtR", "Rtl"]).describe("String setting reading direction.").optional()
|
|
92
|
+
}).describe("Object containing form structure and presentation settings.").optional(),
|
|
93
|
+
background: z.object({
|
|
94
|
+
type: z.enum([
|
|
95
|
+
"Image",
|
|
96
|
+
"Color",
|
|
97
|
+
"None"
|
|
98
|
+
]).describe("String specifying background style.").optional(),
|
|
99
|
+
value: z.string().describe("String containing the background value. The value will depend on the background type. If the background type is color, the value will be a hex color code. If the background type is image, the value will be an image URL.").optional()
|
|
100
|
+
}).describe("Object containing background appearance configuration for the form.").optional(),
|
|
101
|
+
hideBranding: z.boolean().describe("Boolean hiding monday branding from the form display.").optional(),
|
|
102
|
+
primaryColor: z.string().describe("Hex color code for the primary theme color used throughout the form.").optional(),
|
|
103
|
+
submitButton: z.object({ text: z.string().describe("Custom text displayed on the form submission button.").optional() }).describe("Object containing submit button styling and text configuration.").optional(),
|
|
104
|
+
showProgressBar: z.boolean().describe("Boolean displaying a progress indicator showing form completion progress bar.").optional()
|
|
105
|
+
}).describe("The appearance data to update. Acts as a patch object, meaning that only the fields that are provided will be updated. Required if the update action is updateAppearance.").optional(),
|
|
106
|
+
description: z.string().describe("Optional description text providing context about the form purpose. Can only be updated if the update action is updateFormHeader.").optional(),
|
|
107
|
+
accessibility: z.object({
|
|
108
|
+
language: z.string().describe("Language code for form localization and interface text (e.g., \"en\", \"es\", \"fr\").").optional(),
|
|
109
|
+
logoAltText: z.string().describe("Alternative text description for the logo image for accessibility.").optional()
|
|
110
|
+
}).describe("The accessibility data to update. Acts as a patch object, meaning that only the fields that are provided will be updated. Required if the update action is updateAccessibility.").optional()
|
|
111
|
+
}).describe("The form data to update. Required if updating the appearance, accessibility, features, question order, or form header.").optional(),
|
|
112
|
+
action: z.enum([
|
|
113
|
+
"activate",
|
|
114
|
+
"deactivate",
|
|
115
|
+
"shortenFormUrl",
|
|
116
|
+
"setFormPassword",
|
|
117
|
+
"createTag",
|
|
118
|
+
"deleteTag",
|
|
119
|
+
"updateTag",
|
|
120
|
+
"updateAppearance",
|
|
121
|
+
"updateAccessibility",
|
|
122
|
+
"updateFeatures",
|
|
123
|
+
"updateQuestionOrder",
|
|
124
|
+
"updateFormHeader"
|
|
125
|
+
]).describe("The type of update action to perform on the form. Can be one of the following: activate, deactivate, shortenFormUrl, setFormPassword, createTag, deleteTag, updateTag, updateForm, updateAppearance, updateAccessibility, updateFeatures, updateQuestionOrder, updateFormHeader."),
|
|
126
|
+
formToken: z.string().describe("The unique identifier token for the form. Required for all form-specific operations."),
|
|
127
|
+
formPassword: z.string().describe("Set a password on a form to restrict access. This will enable password protection for the form. Required for the action \"setFormPassword\" in the update form tool.").optional(),
|
|
128
|
+
tagStringified: z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The tag data. Send this as a stringified JSON of \"tag\" field. Read \"tag\" field description for details how to use it.").optional(),
|
|
129
|
+
formStringified: z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The form data. Send this as a stringified JSON of \"form\" field. Read \"form\" field description for details how to use it.").optional()
|
|
130
|
+
}),
|
|
131
|
+
output: z.unknown()
|
|
132
|
+
});
|
|
133
|
+
//#endregion
|
|
134
|
+
export { mondayMcpUpdateForm };
|
|
135
|
+
|
|
136
|
+
//# sourceMappingURL=update-form.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-form.mjs","names":[],"sources":["../../src/actions/update-form.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpUpdateFormInput: z.ZodTypeAny = z.object({\n tag: z.object({\n id: z.string().describe(\"The unique identifier for the tag. This will get auto generated when creating a tag and can’t be updated. This is required when updating or deleting a tag.\").optional(),\n name: z.string().describe(\"The name of the tag. This can only be created, not updated. This is required when creating a tag.\").optional(),\n value: z.string().describe(\"The value of the tag. This value is required when creating or updating a tag.\").optional(),\n columnId: z.string().describe(\"The ID of the column this tag is associated with. This will get auto generated when creating a tag and can’t be updated.\").optional(),\n}).describe(\"The tag data to create, update or delete. If deleting a tag, only provide the id of the tag to delete. If creating a tag, provide the name and value, the id and columnId are auto generated. If updating a tag, provide the id and new value, name and columnId are not changeable.\").optional(),\n form: z.object({\n title: z.string().describe(\"The title text for the form. Must be at least 1 character long. Can only be updated if the update action is updateFormHeader.\").optional(),\n features: z.object({\n monday: z.object({\n itemGroupId: z.string().describe(\"The board group ID where new items from form responses will be created.\").optional(),\n includeNameQuestion: z.boolean().describe(\"Boolean adding a name question to the form. This is a special question type that represents the name column from the associated monday board\").optional(),\n includeUpdateQuestion: z.boolean().describe(\"Boolean adding an update/comment field to the form. This is a special question type that represents the updates from the associated item of the submission on the monday board.\").optional(),\n syncQuestionAndColumnsTitles: z.boolean().describe(\"Boolean synchronizing form question titles with board column names. When true, the form question titles will be synchronized with the board column names.\").optional(),\n}).describe(\"Object containing board settings for response handling.\").optional(),\n password: z.object({\n enabled: z.boolean().describe(\"Boolean disabling password protection. Can only be updated to false. In order to enable password protection use the setFormPassword action instead.\").optional(),\n}).describe(\"Object containing password protection configuration for the form.\").optional(),\n closeDate: z.object({\n date: z.string().describe(\"ISO timestamp when the form will automatically stop accepting responses.\").optional(),\n enabled: z.boolean().describe(\"Boolean enabling automatic form closure at a specified date and time.\").optional(),\n}).describe(\"Object containing automatic form closure configuration.\").optional(),\n requireLogin: z.object({\n enabled: z.boolean().describe(\"Boolean requiring users to be logged in before submitting responses.\").optional(),\n redirectToLogin: z.boolean().describe(\"Boolean automatically redirecting unauthenticated users to the login page.\").optional(),\n}).describe(\"Object containing login requirement settings for form access.\").optional(),\n responseLimit: z.object({\n limit: z.number().describe(\"Integer specifying the maximum number of responses allowed.\").optional(),\n enabled: z.boolean().describe(\"Boolean enabling response count limits for the form.\").optional(),\n}).describe(\"Object containing response limitation settings to control submission volume.\").optional(),\n draftSubmission: z.object({\n enabled: z.boolean().describe(\"Boolean allowing users to save incomplete responses as drafts.\").optional(),\n}).describe(\"Object containing draft saving configuration allowing users to save progress.\").optional(),\n preSubmissionView: z.object({\n title: z.string().describe(\"Text displayed as the title on the welcome screen.\").optional(),\n enabled: z.boolean().describe(\"Boolean showing a welcome/introduction screen before the form begins.\").optional(),\n description: z.string().describe(\"Text providing context or instructions on the welcome screen.\").optional(),\n startButton: z.object({\n text: z.string().describe(\"Custom text for the button that begins the form experience.\").optional(),\n}).describe(\"Object containing start button configuration for the welcome screen.\").optional(),\n}).describe(\"Object containing welcome screen configuration displayed before the form.\").optional(),\n reCaptchaChallenge: z.boolean().describe(\"Boolean enabling reCAPTCHA verification to prevent spam submissions.\").optional(),\n afterSubmissionView: z.object({\n title: z.string().describe(\"Text displayed as the title after successful form submission.\").optional(),\n description: z.string().describe(\"Text shown to users after they complete the form.\").optional(),\n allowResubmit: z.boolean().describe(\"Boolean allowing users to submit multiple responses to the same form.\").optional(),\n showSuccessImage: z.boolean().describe(\"Boolean displaying a success image after form completion.\").optional(),\n allowEditSubmission: z.boolean().describe(\"Boolean allowing users to modify their submitted responses after submission.\").optional(),\n allowViewSubmission: z.boolean().describe(\"Boolean allowing users to view their submitted responses.\").optional(),\n redirectAfterSubmission: z.object({\n enabled: z.boolean().describe(\"Boolean enabling automatic redirect after form completion to a specified URL.\").optional(),\n redirectUrl: z.string().describe(\"The URL where users will be redirected after successfully submitting the form.\").optional(),\n}).describe(\"Object containing redirect configuration after form submission.\").optional(),\n}).describe(\"Object containing settings for the post-submission user experience.\").optional(),\n}).describe(\"The features data to update. Acts as a patch object, meaning that only the fields that are provided will be updated. Required if the update action is updateFeatures.\").optional(),\n questions: z.array(z.object({\n id: z.string().describe(\"The unique identifier for the question. Used to target specific questions within a form. Required when deleting or updating a question.\"),\n})).describe(\"Ordered array of dehydrated questions, object only including each question ID, for reordering. Must include all existing question IDs. Required if the update action is updateQuestionOrder.\").optional(),\n appearance: z.object({\n logo: z.object({\n size: z.enum([\"Small\", \"Medium\", \"Large\", \"ExtraLarge\"]).describe(\"String specifying logo size (\\\"small\\\", \\\"medium\\\", \\\"large\\\") for the logo that appears on the header of the form.\").optional(),\n position: z.enum([\"Auto\", \"Left\", \"Center\", \"Right\"]).describe(\"String specifying logo placement (\\\"top\\\", \\\"bottom\\\", \\\"header\\\").\").optional(),\n}).describe(\"Object containing logo display configuration for form branding.\").optional(),\n text: z.object({\n font: z.string().describe(\"String specifying the font family used throughout the form.\").optional(),\n size: z.enum([\"Small\", \"Medium\", \"Large\"]).describe(\"String or number specifying the base font size for form text.\").optional(),\n color: z.string().describe(\"Hex color code for the text color in the form.\").optional(),\n}).describe(\"Object containing typography and text styling configuration.\").optional(),\n layout: z.object({\n format: z.enum([\"OneByOne\", \"Classic\"]).describe(\"String specifying the form display format. Can be a step by step form or a classic one page form.\").optional(),\n alignment: z.enum([\"FullLeft\", \"Left\", \"Center\", \"Right\", \"FullRight\"]).describe(\"String controlling text and content alignment.\").optional(),\n direction: z.enum([\"LtR\", \"Rtl\"]).describe(\"String setting reading direction.\").optional(),\n}).describe(\"Object containing form structure and presentation settings.\").optional(),\n background: z.object({\n type: z.enum([\"Image\", \"Color\", \"None\"]).describe(\"String specifying background style.\").optional(),\n value: z.string().describe(\"String containing the background value. The value will depend on the background type. If the background type is color, the value will be a hex color code. If the background type is image, the value will be an image URL.\").optional(),\n}).describe(\"Object containing background appearance configuration for the form.\").optional(),\n hideBranding: z.boolean().describe(\"Boolean hiding monday branding from the form display.\").optional(),\n primaryColor: z.string().describe(\"Hex color code for the primary theme color used throughout the form.\").optional(),\n submitButton: z.object({\n text: z.string().describe(\"Custom text displayed on the form submission button.\").optional(),\n}).describe(\"Object containing submit button styling and text configuration.\").optional(),\n showProgressBar: z.boolean().describe(\"Boolean displaying a progress indicator showing form completion progress bar.\").optional(),\n}).describe(\"The appearance data to update. Acts as a patch object, meaning that only the fields that are provided will be updated. Required if the update action is updateAppearance.\").optional(),\n description: z.string().describe(\"Optional description text providing context about the form purpose. Can only be updated if the update action is updateFormHeader.\").optional(),\n accessibility: z.object({\n language: z.string().describe(\"Language code for form localization and interface text (e.g., \\\"en\\\", \\\"es\\\", \\\"fr\\\").\").optional(),\n logoAltText: z.string().describe(\"Alternative text description for the logo image for accessibility.\").optional(),\n}).describe(\"The accessibility data to update. Acts as a patch object, meaning that only the fields that are provided will be updated. Required if the update action is updateAccessibility.\").optional(),\n}).describe(\"The form data to update. Required if updating the appearance, accessibility, features, question order, or form header.\").optional(),\n action: z.enum([\"activate\", \"deactivate\", \"shortenFormUrl\", \"setFormPassword\", \"createTag\", \"deleteTag\", \"updateTag\", \"updateAppearance\", \"updateAccessibility\", \"updateFeatures\", \"updateQuestionOrder\", \"updateFormHeader\"]).describe(\"The type of update action to perform on the form. Can be one of the following: activate, deactivate, shortenFormUrl, setFormPassword, createTag, deleteTag, updateTag, updateForm, updateAppearance, updateAccessibility, updateFeatures, updateQuestionOrder, updateFormHeader.\"),\n formToken: z.string().describe(\"The unique identifier token for the form. Required for all form-specific operations.\"),\n formPassword: z.string().describe(\"Set a password on a form to restrict access. This will enable password protection for the form. Required for the action \\\"setFormPassword\\\" in the update form tool.\").optional(),\n tagStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The tag data. Send this as a stringified JSON of \\\"tag\\\" field. Read \\\"tag\\\" field description for details how to use it.\").optional(),\n formStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The form data. Send this as a stringified JSON of \\\"form\\\" field. Read \\\"form\\\" field description for details how to use it.\").optional(),\n});\nexport const MondayMcpUpdateFormOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpUpdateForm = action(\"MONDAY_MCP_UPDATE_FORM\", {\n slug: \"monday_mcp-update-form\",\n name: \"Update form\",\n description: \"Update a monday.com form. Handles the following form update actions that can only be done one at a time using the correct \\\"action\\\" input: \\n - update form's feature settings with the action \\\"updateFeatures\\\",\\n - update form's appearance settings with the action \\\"updateAppearance\\\",\\n - update form's accessibility settings with the action \\\"updateAccessibility\\\",\\n - update form's title with the action \\\"updateFormHeader\\\",\\n - update form's description with the action \\\"updateFormHeader\\\",\\n - update form's question order with the action \\\"updateQuestionOrder\\\",\\n - create a new form tag with the action \\\"createTag\\\",\\n - delete a form tag with the action \\\"deleteTag\\\",\\n - update a form tag with the action \\\"updateTag\\\",\\n - set or update the form's password with the action \\\"setFormPassword\\\"\\n - shorten form's url with the action \\\"shortenFormUrl\\\"\\n - deactivate form with the action \\\"deactivateForm\\\"\\n - reactivate form with the action \\\"activateForm\\\"\",\n input: MondayMcpUpdateFormInput,\n output: MondayMcpUpdateFormOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-workspace.ts
|
|
4
|
+
const MondayMcpUpdateWorkspaceInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The ID of the workspace to update"),
|
|
6
|
+
attributeKind: zod.z.enum([
|
|
7
|
+
"closed",
|
|
8
|
+
"open",
|
|
9
|
+
"template"
|
|
10
|
+
]).describe("The kind of the workspace to update (open / closed / template)").optional(),
|
|
11
|
+
attributeName: zod.z.string().describe("The name of the workspace to update").optional(),
|
|
12
|
+
attributeDescription: zod.z.string().describe("The description of the workspace to update").optional(),
|
|
13
|
+
attributeAccountProductId: zod.z.number().describe("The target account product's ID to move the workspace to").optional()
|
|
14
|
+
});
|
|
15
|
+
const MondayMcpUpdateWorkspaceOutput = zod.z.unknown();
|
|
16
|
+
const mondayMcpUpdateWorkspace = require_action.action("MONDAY_MCP_UPDATE_WORKSPACE", {
|
|
17
|
+
slug: "monday_mcp-update-workspace",
|
|
18
|
+
name: "Update workspace",
|
|
19
|
+
description: "Update an existing workspace in monday.com",
|
|
20
|
+
input: MondayMcpUpdateWorkspaceInput,
|
|
21
|
+
output: MondayMcpUpdateWorkspaceOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.mondayMcpUpdateWorkspace = mondayMcpUpdateWorkspace;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=update-workspace.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-workspace.cjs","names":["z","action"],"sources":["../../src/actions/update-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpUpdateWorkspaceInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the workspace to update\"),\n attributeKind: z.enum([\"closed\", \"open\", \"template\"]).describe(\"The kind of the workspace to update (open / closed / template)\").optional(),\n attributeName: z.string().describe(\"The name of the workspace to update\").optional(),\n attributeDescription: z.string().describe(\"The description of the workspace to update\").optional(),\n attributeAccountProductId: z.number().describe(\"The target account product's ID to move the workspace to\").optional(),\n});\nexport const MondayMcpUpdateWorkspaceOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpUpdateWorkspace = action(\"MONDAY_MCP_UPDATE_WORKSPACE\", {\n slug: \"monday_mcp-update-workspace\",\n name: \"Update workspace\",\n description: \"Update an existing workspace in monday.com\",\n input: MondayMcpUpdateWorkspaceInput,\n output: MondayMcpUpdateWorkspaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,eAAeA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAQ;CAAU,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC1I,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACnF,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACjG,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACtH,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,QAAQ;AAEtE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-workspace.d.ts
|
|
4
|
+
declare const MondayMcpUpdateWorkspaceInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpUpdateWorkspaceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpUpdateWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpUpdateWorkspace };
|
|
9
|
+
//# sourceMappingURL=update-workspace.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-workspace.d.cts","names":[],"sources":["../../src/actions/update-workspace.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAM5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAAwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-workspace.d.ts
|
|
4
|
+
declare const MondayMcpUpdateWorkspaceInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpUpdateWorkspaceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpUpdateWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpUpdateWorkspace };
|
|
9
|
+
//# sourceMappingURL=update-workspace.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-workspace.d.mts","names":[],"sources":["../../src/actions/update-workspace.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAM5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAAwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpUpdateWorkspace = action("MONDAY_MCP_UPDATE_WORKSPACE", {
|
|
4
|
+
slug: "monday_mcp-update-workspace",
|
|
5
|
+
name: "Update workspace",
|
|
6
|
+
description: "Update an existing workspace in monday.com",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("The ID of the workspace to update"),
|
|
9
|
+
attributeKind: z.enum([
|
|
10
|
+
"closed",
|
|
11
|
+
"open",
|
|
12
|
+
"template"
|
|
13
|
+
]).describe("The kind of the workspace to update (open / closed / template)").optional(),
|
|
14
|
+
attributeName: z.string().describe("The name of the workspace to update").optional(),
|
|
15
|
+
attributeDescription: z.string().describe("The description of the workspace to update").optional(),
|
|
16
|
+
attributeAccountProductId: z.number().describe("The target account product's ID to move the workspace to").optional()
|
|
17
|
+
}),
|
|
18
|
+
output: z.unknown()
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { mondayMcpUpdateWorkspace };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=update-workspace.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-workspace.mjs","names":[],"sources":["../../src/actions/update-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpUpdateWorkspaceInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the workspace to update\"),\n attributeKind: z.enum([\"closed\", \"open\", \"template\"]).describe(\"The kind of the workspace to update (open / closed / template)\").optional(),\n attributeName: z.string().describe(\"The name of the workspace to update\").optional(),\n attributeDescription: z.string().describe(\"The description of the workspace to update\").optional(),\n attributeAccountProductId: z.number().describe(\"The target account product's ID to move the workspace to\").optional(),\n});\nexport const MondayMcpUpdateWorkspaceOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpUpdateWorkspace = action(\"MONDAY_MCP_UPDATE_WORKSPACE\", {\n slug: \"monday_mcp-update-workspace\",\n name: \"Update workspace\",\n description: \"Update an existing workspace in monday.com\",\n input: MondayMcpUpdateWorkspaceInput,\n output: MondayMcpUpdateWorkspaceOutput,\n});\n"],"mappings":";;AAaA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbyD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC3D,eAAe,EAAE,KAAK;GAAC;GAAU;GAAQ;EAAU,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EAC1I,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EACnF,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACjG,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACtH,CAOS;CACP,QAP0D,EAAE,QAOpD;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/workspace-info.ts
|
|
4
|
+
const MondayMcpWorkspaceInfoInput = zod.z.object({ workspace_id: zod.z.number().describe("The ID of the workspace to get information for") });
|
|
5
|
+
const MondayMcpWorkspaceInfoOutput = zod.z.unknown();
|
|
6
|
+
const mondayMcpWorkspaceInfo = require_action.action("MONDAY_MCP_WORKSPACE_INFO", {
|
|
7
|
+
slug: "monday_mcp-workspace-info",
|
|
8
|
+
name: "Workspace info",
|
|
9
|
+
description: "This tool returns the boards, docs and folders in a workspace and which folder they are in. It returns up to 100 of each object type, if you receive 100 assume there are additional objects of that type in the workspace.",
|
|
10
|
+
input: MondayMcpWorkspaceInfoInput,
|
|
11
|
+
output: MondayMcpWorkspaceInfoOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.mondayMcpWorkspaceInfo = mondayMcpWorkspaceInfo;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=workspace-info.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspace-info.cjs","names":["z","action"],"sources":["../../src/actions/workspace-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpWorkspaceInfoInput: z.ZodTypeAny = z.object({\n workspace_id: z.number().describe(\"The ID of the workspace to get information for\"),\n});\nexport const MondayMcpWorkspaceInfoOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpWorkspaceInfo = action(\"MONDAY_MCP_WORKSPACE_INFO\", {\n slug: \"monday_mcp-workspace-info\",\n name: \"Workspace info\",\n description: \"This tool returns the boards, docs and folders in a workspace and which folder they are in. It returns up to 100 of each object type, if you receive 100 assume there are additional objects of that type in the workspace.\",\n input: MondayMcpWorkspaceInfoInput,\n output: MondayMcpWorkspaceInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACpF,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,QAAQ;AAEpE,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/workspace-info.d.ts
|
|
4
|
+
declare const MondayMcpWorkspaceInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpWorkspaceInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpWorkspaceInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpWorkspaceInfo };
|
|
9
|
+
//# sourceMappingURL=workspace-info.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspace-info.d.cts","names":[],"sources":["../../src/actions/workspace-info.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAAwB;AAAA,cAExD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/workspace-info.d.ts
|
|
4
|
+
declare const MondayMcpWorkspaceInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpWorkspaceInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpWorkspaceInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpWorkspaceInfo };
|
|
9
|
+
//# sourceMappingURL=workspace-info.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspace-info.d.mts","names":[],"sources":["../../src/actions/workspace-info.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAAwB;AAAA,cAExD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpWorkspaceInfo = action("MONDAY_MCP_WORKSPACE_INFO", {
|
|
4
|
+
slug: "monday_mcp-workspace-info",
|
|
5
|
+
name: "Workspace info",
|
|
6
|
+
description: "This tool returns the boards, docs and folders in a workspace and which folder they are in. It returns up to 100 of each object type, if you receive 100 assume there are additional objects of that type in the workspace.",
|
|
7
|
+
input: z.object({ workspace_id: z.number().describe("The ID of the workspace to get information for") }),
|
|
8
|
+
output: z.unknown()
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { mondayMcpWorkspaceInfo };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=workspace-info.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspace-info.mjs","names":[],"sources":["../../src/actions/workspace-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpWorkspaceInfoInput: z.ZodTypeAny = z.object({\n workspace_id: z.number().describe(\"The ID of the workspace to get information for\"),\n});\nexport const MondayMcpWorkspaceInfoOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpWorkspaceInfo = action(\"MONDAY_MCP_WORKSPACE_INFO\", {\n slug: \"monday_mcp-workspace-info\",\n name: \"Workspace info\",\n description: \"This tool returns the boards, docs and folders in a workspace and which folder they are in. It returns up to 100 of each object type, if you receive 100 assume there are additional objects of that type in the workspace.\",\n input: MondayMcpWorkspaceInfoInput,\n output: MondayMcpWorkspaceInfoOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuD,EAAE,OAAO,EAChE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACpF,CAOS;CACP,QAPwD,EAAE,QAOlD;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const mondayMcp = defineApp({\n slug: \"monday_mcp\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,aAAA,uCAAA,CAAA,CAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const mondayMcp = defineApp({\n slug: \"monday_mcp\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const mondayMcpCatalog = {
|
|
4
|
+
"slug": "monday_mcp",
|
|
5
|
+
"name": "Monday MCP",
|
|
6
|
+
"description": "monday.com is a work management platform for organizing projects, workflows, and customer processes in boards, docs, and dashboards. It helps teams plan work, track progress, and collaborate across functions.",
|
|
7
|
+
"category": "Productivity & Project Management",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/monday_mcp",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.mondayMcpCatalog = mondayMcpCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mondayMcpCatalog = {\n \"slug\": \"monday_mcp\",\n \"name\": \"Monday MCP\",\n \"description\": \"monday.com is a work management platform for organizing projects, workflows, and customer processes in boards, docs, and dashboards. It helps teams plan work, track progress, and collaborate across functions.\",\n \"category\": \"Productivity & Project Management\",\n \"logo\": \"https://logos.composio.dev/api/monday_mcp\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const mondayMcpCatalog: {
|
|
4
|
+
readonly slug: "monday_mcp";
|
|
5
|
+
readonly name: "Monday MCP";
|
|
6
|
+
readonly description: "monday.com is a work management platform for organizing projects, workflows, and customer processes in boards, docs, and dashboards. It helps teams plan work, track progress, and collaborate across functions.";
|
|
7
|
+
readonly category: "Productivity & Project Management";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/monday_mcp";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { mondayMcpCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const mondayMcpCatalog: {
|
|
4
|
+
readonly slug: "monday_mcp";
|
|
5
|
+
readonly name: "Monday MCP";
|
|
6
|
+
readonly description: "monday.com is a work management platform for organizing projects, workflows, and customer processes in boards, docs, and dashboards. It helps teams plan work, track progress, and collaborate across functions.";
|
|
7
|
+
readonly category: "Productivity & Project Management";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/monday_mcp";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { mondayMcpCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const mondayMcpCatalog = {
|
|
4
|
+
"slug": "monday_mcp",
|
|
5
|
+
"name": "Monday MCP",
|
|
6
|
+
"description": "monday.com is a work management platform for organizing projects, workflows, and customer processes in boards, docs, and dashboards. It helps teams plan work, track progress, and collaborate across functions.",
|
|
7
|
+
"category": "Productivity & Project Management",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/monday_mcp",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { mondayMcpCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mondayMcpCatalog = {\n \"slug\": \"monday_mcp\",\n \"name\": \"Monday MCP\",\n \"description\": \"monday.com is a work management platform for organizing projects, workflows, and customer processes in boards, docs, and dashboards. It helps teams plan work, track progress, and collaborate across functions.\",\n \"category\": \"Productivity & Project Management\",\n \"logo\": \"https://logos.composio.dev/api/monday_mcp\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "monday_mcp";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260206_00";
|
|
6
|
+
async function executeMondayMcpTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeMondayMcpTool = executeMondayMcpTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"monday_mcp\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260206_00\";\n\nexport async function executeMondayMcpTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "monday_mcp";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260206_00";
|
|
6
|
+
async function executeMondayMcpTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeMondayMcpTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"monday_mcp\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260206_00\";\n\nexport async function executeMondayMcpTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|