You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.10.11] - 2026.05.19
11
+
12
+
### Added
13
+
14
+
-**API**: Add `requestRaw()` public method on `ProductiveApi` for passthrough requests reusing existing auth and rate limiting ([876da24], [#172])
15
+
-**Core**: Add `apiRead` executor with auto-pagination support (up to 50 pages, configurable via `max_pages`) ([876da24], [#172])
16
+
-**Core**: Add `apiWrite` executor for raw POST/PATCH/PUT/DELETE requests ([876da24], [#172])
17
+
-**MCP**: Add `api_read` tool — read-only passthrough to any documented Productive API GET endpoint, validated against the official OpenAPI reference ([1ea8a23], [#172])
18
+
-**MCP**: Add `api_write` tool — gated write access to documented endpoints, requires `PRODUCTIVE_MCP_ENABLE_API_WRITE=true` and `confirm: true` per call, supports `dry_run` preview ([1ea8a23], [#172])
19
+
-**MCP**: Add OpenAPI reference generator script (`npm run api-reference:update`) producing a typed TypeScript reference for 362 endpoints with filters, sort fields, path params, and HTTP methods ([80fc190], [#172])
20
+
-**MCP**: Add `describe: true` mode on `api_read` to return endpoint documentation (filters, sort values, supported methods) without fetching data ([c57f884], [#172])
21
+
-**MCP**: Document `api_read` / `api_write` filter syntax, pagination, and workflow examples in SKILL.md ([1ea8a23], [#172])
0 commit comments