Skip to content

mcp-v0.17.1

Latest

Choose a tag to compare

@superdoc-bot superdoc-bot released this 15 Jul 23:39

Fixes

  • Skill name validation at runtime — The SDK now validates skill names against a strict pattern at runtime, catching invalid names early with clear error messages instead of allowing them to fail silently.
  • Skill install options validation — The SDK validates that install options are a plain object, rejecting null, arrays, or primitives with structured errors to prevent malformed installations.

Improvements

  • Table tool now documented — The superdoc_table tool is now listed in the AI tool catalog documentation, making it discoverable for developers building AI integrations.