Uh oh!
There was an error while loading. Please reload this page.
docs: add addedAt to docs config entries and refresh MCP in AI SDK comparison - #708
Conversation
…parison - Add an addedAt field (YYYY-MM-DD) to every page entry in docs/config.json, dated from when each entry first appeared in the docs navigation. - Update the TanStack AI vs Vercel AI SDK comparison to reflect the new standalone host-side MCP client (@tanstack/ai-mcp): new MCP section, updated feature-table row, and removal of MCP as a Vercel-only advantage.
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR enhances TanStack AI documentation by expanding Model Context Protocol (MCP) coverage in the Vercel SDK comparison and systematically adding ChangesDocumentation Updates: MCP Coverage and Navigation Timestamps
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
View your CI Pipeline Execution ↗ for commit 716058e
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
@tanstack/ai@tanstack/ai-anthropic@tanstack/ai-client@tanstack/ai-code-mode@tanstack/ai-code-mode-skills@tanstack/ai-devtools-core@tanstack/ai-elevenlabs@tanstack/ai-event-client@tanstack/ai-fal@tanstack/ai-gemini@tanstack/ai-grok@tanstack/ai-groq@tanstack/ai-isolate-cloudflare@tanstack/ai-isolate-node@tanstack/ai-isolate-quickjs@tanstack/ai-mcp@tanstack/ai-ollama@tanstack/ai-openai@tanstack/ai-openrouter@tanstack/ai-preact@tanstack/ai-react@tanstack/ai-react-ui@tanstack/ai-solid@tanstack/ai-solid-ui@tanstack/ai-svelte@tanstack/ai-utils@tanstack/ai-vue@tanstack/ai-vue-ui@tanstack/openai-base@tanstack/preact-ai-devtools@tanstack/react-ai-devtools@tanstack/solid-ai-devtoolscommit: |
What
Two documentation updates:
1.
addedAton every docs nav entry (docs/config.json)Adds an
addedAtfield (ISOYYYY-MM-DD) to all 195 page entries in the docs config. Each date is sourced from when that entry first appeared in the docs navigation (git history ofdocs/config.json), which is uniform across both hand-written pages and the TypeDoc-generated reference pages (the latter have config entries but no committed.mdfile, so a file-based date would be blank).2026-04-15(initial docs import)2026-06-052. Refresh MCP in the Vercel AI SDK comparison (
docs/comparison/vercel-ai-sdk.md)Reflects the new standalone host-side MCP client (
@tanstack/ai-mcp, #700):mcpTool(), HTTP/SSE/stdio transports, OAuth, three type-safety modes, codegen CLI, multi-server pools, managedchat()lifecycle, lazy discovery, and resources/prompts.MCP Clientrow updated to show the standalone client.Verification
docs/config.jsonis valid JSON; both files Prettier-formatted.pnpm test:docs→ ✅ no broken links (including the new in-page anchor).Docs-only change — no package version bump, so no changeset.
Summary by CodeRabbit