Loading...
Loading...
Compare original and translation side by side
user-blink-mcpuser-blink-mcp| Task | Tool | Key Params |
|---|---|---|
| List content | | |
| Read article | | |
| Create/Update | | |
| Edit section | | |
| Publish | | |
| Find text | | |
| Semantic search | | |
| See drafts | | |
| Version history | | |
| 任务 | 工具 | 核心参数 |
|---|---|---|
| 列出内容 | | |
| 读取文章 | | |
| 创建/更新 | | |
| 编辑段落 | | |
| 发布 | | |
| 查找文本 | | |
| 语义搜索 | | |
| 查看草稿 | | |
| 版本历史 | | |
/docs/ → Documentation (quickstart, pricing, reference, etc.)
/docs/build/ → Build guides (prompting, tutorials, web-apps)
/docs/extend/ → Backend features (database, auth, storage)
/docs/launch/ → Deployment (domains, analytics)
/blog/ → Blog articles/docs/ → 文档(快速入门、定价、参考文档等)
/docs/build/ → 开发指南(提示词编写、教程、Web应用)
/docs/extend/ → 后端功能(数据库、鉴权、存储)
/docs/launch/ → 部署相关(域名、分析)
/blog/ → 博客文章---
title: "Article Title"
description: "Brief summary for SEO and cards"
category: "Engineering" # Product, Engineering, Tutorial, Case Study
tags: ["AI", "Productivity"] # Free-form array
status: "published" # Overridden by publish action
---ProductEngineeringTutorialCase Study---
title: "Article Title"
description: "Brief summary for SEO and cards"
category: "Engineering" # Product, Engineering, Tutorial, Case Study
tags: ["AI", "Productivity"] # 自由格式数组
status: "published" # 发布操作会覆盖该字段
---ProductEngineeringTutorialCase Studycms_write_file(
path: "blog/my-article.mdx",
content: ---
title: "My Article Title"
description: "What this article is about"
category: "Engineering"
tags: ["AI", "Tips"]
---cms_write_file(
path: "blog/my-article.mdx",
content: ---
title: "My Article Title"
description: "What this article is about"
category: "Engineering"
tags: ["AI", "Tips"]
---
Then publish when ready:undefined
准备就绪后即可发布:undefinedcms_write_file(path: "blog/article.mdx", content: "...full content...", publish: true)cms_search_replace(
path: "blog/article.mdx",
old_string: "## Introduction\n\nOld text here",
new_string: "## Introduction\n\nNew text here"
)cms_write_file(path: "blog/article.mdx", content: "...full content...", publish: true)cms_search_replace(
path: "blog/article.mdx",
old_string: "## Introduction\n\nOld text here",
new_string: "## Introduction\n\nNew text here"
)cms_grep(query: "deployment", type: "blog", limit: 10)cms_search(query: "how to deploy apps", type: "blog")cms_grep(query: "deployment", type: "blog", limit: 10)cms_search(query: "how to deploy apps", type: "blog")undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined<Tip>Helpful tip text</Tip>
<Note>Informational note</Note>
<Warning>Caution about something</Warning>
<Steps>
<Step title="First Step">Instructions</Step>
<Step title="Second Step">More instructions</Step>
</Steps>
<CodeGroup>
<CodeTab title="JavaScript">code here</CodeTab>
<CodeTab title="Python">code here</CodeTab>
</CodeGroup>
<CardGroup cols={2}>
<Card title="Feature Name" href="/docs/path" icon="Star">
Brief description
</Card>
</CardGroup>
<AccordionGroup>
<Accordion title="Question?">Answer content</Accordion>
</AccordionGroup><Tip>Helpful tip text</Tip>
<Note>Informational note</Note>
<Warning>Caution about something</Warning>
<Steps>
<Step title="First Step">Instructions</Step>
<Step title="Second Step">More instructions</Step>
</Steps>
<CodeGroup>
<CodeTab title="JavaScript">code here</CodeTab>
<CodeTab title="Python">code here</CodeTab>
</CodeGroup>
<CardGroup cols={2}>
<Card title="Feature Name" href="/docs/path" icon="Star">
Brief description
</Card>
</CardGroup>
<AccordionGroup>
<Accordion title="Question?">Answer content</Accordion>
</AccordionGroup>cms_read_filecms_search_replacepublish: falsecms_publishcms_publishcms_grepcms_search_replacecms_read_filecms_search_replacepublish: falsecms_publishcms_publishcms_search_replacecms_grep1. cms_list_dir(path: "blog") → See current articles
2. cms_write_file(path, content, false) → Create/update as draft
3. cms_read_file(path) → Review the saved content
4. cms_publish(paths: [path]) → Go live with version snapshot1. cms_list_dir(path: "blog") → 查看现有文章
2. cms_write_file(path, content, false) → 作为草稿创建/更新内容
3. cms_read_file(path) → 审核已保存的内容
4. cms_publish(paths: [path]) → 正式上线并生成版本快照user-blink-mcpserver: "user-blink-mcp"
toolName: "cms_list_dir"
arguments: { "path": "blog" }user-blink-mcpserver: "user-blink-mcp"
toolName: "cms_list_dir"
arguments: { "path": "blog" }