Skip to content

v1.1.3

Choose a tag to compare

@Dhi13man Dhi13man released this 10 Dec 20:30
· 38 commits to master since this release
06b560d

Fixed

  • Tool Descriptions: Removed hardcoded repertory/materia medica abbreviation examples to prevent AI model bias
    • search_repertory: repertory parameter now references list_available_repertories for dynamic discovery
    • search_materia_medica: materiamedica parameter now references list_available_materia_medicas for dynamic discovery
    • Fixes incorrect suggestion of "kent" as a materia medica (it's a repertory)
    • Updated across all SDK locations: src/sdk/tools.ts, src/utils/schemas.ts, src/tools/search-repertory.ts, src/tools/search-materia-medica.ts, src/sdk/adapters/vercel-ai.ts
    • Aligns with MCP best practices for cross-tool referencing (used by Salesforce, Gong MCP servers)

Full Changelog: v1.1.2...v1.1.3