v1.0.21
A single critical routing fix for dws drive commands. No new commands or behaviour changes elsewhere.
Fixed
dws drive mkdir/dws drive downloadsilently routed to the doc MCP server (#220, fixes #219) — when two MCP servers register tools with the same name (e.g. bothdriveanddocexposecreate_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: truewith a fakefolderId) without actually creating anything.directRuntimeEndpointnow 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.