@studiometa/productive-mcp 0.10.16 → 0.10.17

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.
@@ -41595,7 +41595,11 @@ var DOC_SECTIONS = [
41595
41595
  "- `productive.<resource>.create(params)`",
41596
41596
  "- `productive.<resource>.update(id, params)`",
41597
41597
  "",
41598
- "Example: `const tasks = await productive.tasks.list({ status: 'open' });`"
41598
+ "Results mirror the `productive` tool: `list` returns `{ data, meta }` (e.g. `meta.total_count`),",
41599
+ "and records are flattened — read field keys directly (e.g. `id`, `name`, `number`), not JSON:API",
41600
+ "`.type`/`.attributes`. Pass `opts` like `{ per_page: 50 }` to bound large queries.",
41601
+ "",
41602
+ "Example: `const { data } = await productive.tasks.list({ status: 'open' }, { per_page: 50 });`"
41599
41603
  ].join("\n")
41600
41604
  },
41601
41605
  {
@@ -42375,4 +42379,4 @@ async function executeToolWithCredentials(name, args, credentials) {
42375
42379
  //#endregion
42376
42380
  export { handleSummaries as C, handlePeople as D, handleProjects as E, handleDeals as O, handleTasks as S, handleSchemaOverview as T, record as _, _null as a, unknown as b, custom as c, literal as d, looseObject as f, preprocess as g, optional as h, _enum as i, discriminatedUnion as l, object as m, resolveRunnerConfig as n, array as o, number as p, runnerTokenMatches as r, boolean as s, executeToolWithCredentials as t, intersection as u, string as v, handleServices as w, datetime as x, union as y };
42377
42381
 
42378
- //# sourceMappingURL=handlers-Ca2x4dM8.js.map
42382
+ //# sourceMappingURL=handlers-Dk4AQQ3K.js.map