- Convert to client component with useState for view toggling - Add "Specification" view with clean schema reference and sidebar - Add "Full Example" view with complete package.json and tool code examples - Remove explanatory content (moved elsewhere) - Create layout.tsx for metadata since page is client component - Reduce page complexity from 839 to 406 lines |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.js | ||
| RATE_LIMITING.md | ||
| RATE_LIMITING_SUMMARY.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vercel.json | ||
| vitest.config.ts | ||