v0.1.1
Breaking Changes
-
Removed
withStructured- thewithStructured(full, structured)helper has been removed. If you were using it, return aToolResultdirectly:// before return withStructured(fullData, { ok: true }); // after return { content: [{ type: "text", text: JSON.stringify(fullData, null, 2) }], structuredContent: { ok: true }, };
-
Removed meta injection into
structuredContent-defineToolno longer merges meta fields (tool_version,tool_last_update) intostructuredContent. Meta is still available for documentation/introspection purposes.
Documentation
- Added client configuration guide covering Claude Desktop, Claude Code, Cursor, VSCode, and Claude Web (custom connectors)
Full Changelog: v0.1.0...v0.1.1