@togglhq/mcp 1.6.15 → 1.6.16

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/build/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as runMcpCli } from "./src-C4C4XBSw.js";
2
+ import { n as runMcpCli } from "./src-DO6utvuq.js";
3
3
  //#region src/cli.ts
4
4
  runMcpCli();
5
5
  //#endregion
package/build/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import { n as runMcpCli, t as bootstrapServer } from "./src-C4C4XBSw.js";
2
+ import { n as runMcpCli, t as bootstrapServer } from "./src-DO6utvuq.js";
3
3
  export { bootstrapServer, runMcpCli };
@@ -38357,12 +38357,12 @@ const generatedFocusOperations = [
38357
38357
  action: "billable-upsert-project",
38358
38358
  title: "Billable Upsert Project Rates",
38359
38359
  description: "Billable Upsert Project Rates.",
38360
- safety: "read",
38360
+ safety: "update",
38361
38361
  destructive: false,
38362
38362
  cli: {
38363
38363
  group: ["rates", "billable"],
38364
38364
  command: "upsert-project",
38365
- interactive: "available"
38365
+ interactive: "default"
38366
38366
  },
38367
38367
  mcp: { entityTool: "rates" },
38368
38368
  inputSchema: /* @__PURE__ */ looseObject({
@@ -38393,12 +38393,12 @@ const generatedFocusOperations = [
38393
38393
  action: "billable-upsert-project-user",
38394
38394
  title: "Billable Upsert Project User Rates",
38395
38395
  description: "Billable Upsert Project User Rates.",
38396
- safety: "read",
38396
+ safety: "update",
38397
38397
  destructive: false,
38398
38398
  cli: {
38399
38399
  group: ["rates", "billable"],
38400
38400
  command: "upsert-project-user",
38401
- interactive: "available"
38401
+ interactive: "default"
38402
38402
  },
38403
38403
  mcp: { entityTool: "rates" },
38404
38404
  inputSchema: /* @__PURE__ */ looseObject({
@@ -38431,12 +38431,12 @@ const generatedFocusOperations = [
38431
38431
  action: "billable-upsert-workspace",
38432
38432
  title: "Billable Upsert Workspace Rates",
38433
38433
  description: "Billable Upsert Workspace Rates.",
38434
- safety: "read",
38434
+ safety: "update",
38435
38435
  destructive: false,
38436
38436
  cli: {
38437
38437
  group: ["rates", "billable"],
38438
38438
  command: "upsert-workspace",
38439
- interactive: "available"
38439
+ interactive: "default"
38440
38440
  },
38441
38441
  mcp: { entityTool: "rates" },
38442
38442
  inputSchema: /* @__PURE__ */ looseObject({ payload: /* @__PURE__ */ looseObject({
@@ -38463,12 +38463,12 @@ const generatedFocusOperations = [
38463
38463
  action: "billable-upsert-workspace-user",
38464
38464
  title: "Billable Upsert Workspace User Rates",
38465
38465
  description: "Billable Upsert Workspace User Rates.",
38466
- safety: "read",
38466
+ safety: "update",
38467
38467
  destructive: false,
38468
38468
  cli: {
38469
38469
  group: ["rates", "billable"],
38470
38470
  command: "upsert-workspace-user",
38471
- interactive: "available"
38471
+ interactive: "default"
38472
38472
  },
38473
38473
  mcp: { entityTool: "rates" },
38474
38474
  inputSchema: /* @__PURE__ */ looseObject({
@@ -39174,12 +39174,12 @@ const generatedFocusOperations = [
39174
39174
  action: "labor-upsert-project-labor-cost-rate",
39175
39175
  title: "Labor Upsert Project Labor Cost Rate Rates",
39176
39176
  description: "Labor Upsert Project Labor Cost Rate Rates.",
39177
- safety: "read",
39177
+ safety: "update",
39178
39178
  destructive: false,
39179
39179
  cli: {
39180
39180
  group: ["rates", "labor"],
39181
39181
  command: "upsert-project-labor-cost-rate",
39182
- interactive: "available"
39182
+ interactive: "default"
39183
39183
  },
39184
39184
  mcp: { entityTool: "rates" },
39185
39185
  inputSchema: /* @__PURE__ */ looseObject({
@@ -39210,12 +39210,12 @@ const generatedFocusOperations = [
39210
39210
  action: "labor-upsert-project-user-labor-cost-rate",
39211
39211
  title: "Labor Upsert Project User Labor Cost Rate Rates",
39212
39212
  description: "Labor Upsert Project User Labor Cost Rate Rates.",
39213
- safety: "read",
39213
+ safety: "update",
39214
39214
  destructive: false,
39215
39215
  cli: {
39216
39216
  group: ["rates", "labor"],
39217
39217
  command: "upsert-project-user-labor-cost-rate",
39218
- interactive: "available"
39218
+ interactive: "default"
39219
39219
  },
39220
39220
  mcp: { entityTool: "rates" },
39221
39221
  inputSchema: /* @__PURE__ */ looseObject({
@@ -39248,12 +39248,12 @@ const generatedFocusOperations = [
39248
39248
  action: "labor-upsert-workspace-labor-cost-rate",
39249
39249
  title: "Labor Upsert Workspace Labor Cost Rate Rates",
39250
39250
  description: "Labor Upsert Workspace Labor Cost Rate Rates.",
39251
- safety: "read",
39251
+ safety: "update",
39252
39252
  destructive: false,
39253
39253
  cli: {
39254
39254
  group: ["rates", "labor"],
39255
39255
  command: "upsert-workspace-labor-cost-rate",
39256
- interactive: "available"
39256
+ interactive: "default"
39257
39257
  },
39258
39258
  mcp: { entityTool: "rates" },
39259
39259
  inputSchema: /* @__PURE__ */ looseObject({ payload: /* @__PURE__ */ looseObject({
@@ -39280,12 +39280,12 @@ const generatedFocusOperations = [
39280
39280
  action: "labor-upsert-workspace-user-labor-cost-rate",
39281
39281
  title: "Labor Upsert Workspace User Labor Cost Rate Rates",
39282
39282
  description: "Labor Upsert Workspace User Labor Cost Rate Rates.",
39283
- safety: "read",
39283
+ safety: "update",
39284
39284
  destructive: false,
39285
39285
  cli: {
39286
39286
  group: ["rates", "labor"],
39287
39287
  command: "upsert-workspace-user-labor-cost-rate",
39288
- interactive: "available"
39288
+ interactive: "default"
39289
39289
  },
39290
39290
  mcp: { entityTool: "rates" },
39291
39291
  inputSchema: /* @__PURE__ */ looseObject({
@@ -39886,12 +39886,12 @@ const generatedFocusOperations = [
39886
39886
  action: "upsert-forced-trial",
39887
39887
  title: "Upsert Forced Trial Subscriptions",
39888
39888
  description: "Upsert Forced Trial Subscriptions.",
39889
- safety: "read",
39889
+ safety: "update",
39890
39890
  destructive: false,
39891
39891
  cli: {
39892
39892
  group: ["subscriptions"],
39893
39893
  command: "upsert-forced-trial",
39894
- interactive: "available"
39894
+ interactive: "default"
39895
39895
  },
39896
39896
  mcp: { entityTool: "subscriptions" },
39897
39897
  inputSchema: /* @__PURE__ */ looseObject({ payload: /* @__PURE__ */ looseObject({ plan_workspace_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()) }) }),
@@ -40409,7 +40409,7 @@ const generatedFocusOperations = [
40409
40409
  action: "constraints-upsert",
40410
40410
  title: "Constraints Upsert Tasks",
40411
40411
  description: "Constraints Upsert Tasks.",
40412
- safety: "read",
40412
+ safety: "update",
40413
40413
  destructive: false,
40414
40414
  cli: {
40415
40415
  group: ["tasks", "constraints"],
@@ -41610,7 +41610,7 @@ const generatedFocusOperations = [
41610
41610
  action: "constraints-upsert",
41611
41611
  title: "Constraints Upsert Time Entries",
41612
41612
  description: "Constraints Upsert Time Entries.",
41613
- safety: "read",
41613
+ safety: "update",
41614
41614
  destructive: false,
41615
41615
  cli: {
41616
41616
  group: ["time-entries", "constraints"],
@@ -44983,7 +44983,7 @@ import_main.default.config({
44983
44983
  quiet: true,
44984
44984
  ignore: ["MISSING_ENV_FILE"]
44985
44985
  });
44986
- const packageVersion = "1.6.15";
44986
+ const packageVersion = "1.6.16";
44987
44987
  function resolvePublicUrls() {
44988
44988
  return {
44989
44989
  focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
@@ -45047,4 +45047,4 @@ function bootstrapServer(options = {}) {
45047
45047
  //#endregion
45048
45048
  export { runMcpCli as n, bootstrapServer as t };
45049
45049
 
45050
- //# sourceMappingURL=src-C4C4XBSw.js.map
45050
+ //# sourceMappingURL=src-DO6utvuq.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/mcp",
3
- "version": "1.6.15",
3
+ "version": "1.6.16",
4
4
  "description": "Toggl 2.0 MCP server for Claude Code, Claude Desktop, and other MCP clients.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",