Skip to content

v0.13.0

Choose a tag to compare

@rich-iannone rich-iannone released this 03 Jun 03:47
· 57 commits to main since this release
5b12e01

Great Docs v0.13.0 introduces automatic reference documentation for MCP (Model Context Protocol) servers. Packages that expose MCP tools, resources, and prompts now get fully generated reference pages integrated into the documentation site, making AI agent capabilities discoverable by both humans and machines.

New Features

  • MCP server documentation — Automatically generates reference pages for MCP server capabilities (tools, resources, prompts, and resource templates) by introspecting your server module. Pages include parameter types, defaults, required markers, and are styled consistently with existing API reference docs. A .well-known/mcp.json manifest is also generated for client auto-discovery. (#195, #196)

Full Changelog: v0.12.0...v0.13.0