Skip to content

v1.0.21

Choose a tag to compare

@github-actions github-actions released this 05 May 14:04
· 4350 commits to main since this release
a652b90

A single critical routing fix for dws drive commands. No new commands or behaviour changes elsewhere.

Fixed

  • dws drive mkdir / dws drive download silently routed to the doc MCP server (#220, fixes #219) — when two MCP servers register tools with the same name (e.g. both drive and doc expose create_folder), the tool-level endpoint map used last-writer-wins, so drive-side calls landed on the doc endpoint and returned mock-shaped responses (success: true with a fake folderId) without actually creating anything. directRuntimeEndpoint now resolves product-level first when the caller already knows the productID, and only falls back to the tool-level lookup when productID is empty. The wrong-server collision and the resulting "succeeded but didn't" behaviour are gone.