You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace cross-package {@linkcode} refs with backtick code in JSDoc
TypeDoc cannot resolve {@linkcode Client} and {@linkcode Server} from
the core package because those classes live in separate packages
(@modelcontextprotocol/client and @modelcontextprotocol/server).
Replace with backtick-quoted code spans so the docs build passes
without warnings.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments