Commit Graph

5 Commits

Author SHA1 Message Date
Kazuki Yamada
da90167071 refactor(website): Use Zod v4's built-in toJSONSchema for schema generation
Replaced zod-to-json-schema with Zod v4's native toJSONSchema() method
for generating JSON Schema from Zod schemas. This eliminates the need
for an external dependency and leverages Zod v4's new built-in feature.

Changes:
- Updated generateSchema.ts to use z.toJSONSchema() with draft-7 target
- Removed direct dependency on zod-to-json-schema (still exists via MCP SDK)
- Simplified the schema generation process

The generated schema remains compatible with the existing format and
all tooling that depends on it.
2025-10-25 23:33:23 +09:00
Devin AI
f8511f8a17 feat: generate schema in both version-specific and latest directories
Co-Authored-By: Kazuki Yamada <koukun0120@gmail.com>
2025-05-18 09:58:42 +00:00
Kazuki Yamada
e263f826d7 refactor(website): Rename generate-schema script to follow camelCase convention 2025-05-18 16:03:20 +09:00
Devin AI
d94df04b56 refactor: update schema generation and documentation
Co-Authored-By: Kazuki Yamada <koukun0120@gmail.com>
2025-05-18 15:59:18 +09:00
Devin AI
fe4bc55642 refactor: move schema generation script to website/client/scripts
Co-Authored-By: Kazuki Yamada <koukun0120@gmail.com>
2025-05-18 15:59:18 +09:00