@mondaydotcomorg/monday-api-mcp 1.0.10 → 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.
package/dist/index.js CHANGED
@@ -24,6 +24,7 @@ async function runServer() {
24
24
  toolsConfiguration: {
25
25
  readOnlyMode: validatedArgs.readOnlyMode,
26
26
  enableDynamicApiTools: validatedArgs.enableDynamicApiTools,
27
+ mode: validatedArgs.mode,
27
28
  },
28
29
  });
29
30
  const transport = new stdio_js_1.StdioServerTransport();
@@ -22,6 +22,13 @@ exports.ARG_CONFIGS = [
22
22
  required: false,
23
23
  defaultValue: false,
24
24
  },
25
+ {
26
+ name: 'mode',
27
+ flags: ['--mode', '-m'],
28
+ description: 'Set the mode for tool selection: "api" (API tools only), "apps" (Monday Apps tools only), or "all" (all tools)',
29
+ required: false,
30
+ defaultValue: 'api',
31
+ },
25
32
  {
26
33
  name: 'enableDynamicApiTools',
27
34
  flags: ['--enable-dynamic-api-tools', '-edat'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-api-mcp",
3
- "version": "1.0.10",
3
+ "version": "1.1.0",
4
4
  "description": "MCP server for using the monday.com API",
5
5
  "license": "MIT",
6
6
  "bin": {