tiny-engine/docs/advanced-features
Hexqi a79c9dfc34
feat: suport mockserver file as database and add dsl-genenrator skill (#1792)
背景:当前各类软件提供CLI/MCP/Skill 让本地AI Agent能够快速接入使用已是大势所趋。 TinyEngine当前没有对外提供这类的工具或者能力,该PR主要 通过 标准Schema(JSON文件)做为桥梁,通过DSL Skill 来方便用户使用本地Agent工具来 快速生成页面/区块/应用,并同步到TinyEngine应用中。

主要特性:

file启动模式:mockserver 新增file(默认为db)启动方式,使用该模式时,mockserver接口从文件(data/**/*.json文件)中获取数据,也会更新到文件中
使用方式:项目根目录执行 pnpm dev:file
dsl-generator skill:添加项目级skill,可以在Claude Code/Cursor/OpenCode/Codex等本地Agent中使用该skill 生成页面/区块/应用的DSL到 data/**/*.json中,配合file启动模式,实现让本地AI Agent工具生成生成页面/区块/应用
2026-06-29 17:00:04 +08:00
..
imgs docs: resolve expired document issues (#1704) 2025-12-18 10:54:45 +08:00
route-capabilities docs: resolve expired document issues (#1704) 2025-12-18 10:54:45 +08:00
advanced-panel-settings.md docs: add documentation (#917) 2025-03-10 09:47:11 +08:00
block-management.md docs: add documentation (#917) 2025-03-10 09:47:11 +08:00
canvas-shortcuts.md docs: add feature documents (#1372) 2025-05-15 15:43:01 +08:00
conditional-rendering.md fix: Modify docs style (#1765) 2026-02-10 15:34:28 +08:00
data-source-and-collection-mock-data.md feat: replace docs img (#1275) 2025-05-15 15:37:13 +08:00
data-source-and-collection-remote-fields.md docs: add documentation (#917) 2025-03-10 09:47:11 +08:00
data-source-and-collection-usage.md docs: resolve expired document issues (#1704) 2025-12-18 10:54:45 +08:00
how-to-use-slots.md docs: add documentation (#917) 2025-03-10 09:47:11 +08:00
js-panel-and-event-binding.md docs: add documentation (#917) 2025-03-10 09:47:11 +08:00
loop-rendering.md fix: Modify docs style (#1765) 2026-02-10 15:34:28 +08:00
new-ai-plugin-usage.md feat: support add custom mcp server (#1731) 2026-01-31 14:14:24 +08:00
theme-switch.md docs: add feature documents (#1372) 2025-05-15 15:43:01 +08:00
using-skill-to-integrate-local-ai-agent.md feat: suport mockserver file as database and add dsl-genenrator skill (#1792) 2026-06-29 17:00:04 +08:00
using-utils-methods.md docs: resolve expired document issues (#1704) 2025-12-18 10:54:45 +08:00