fix: complete 0.5.1 demo workflows

This commit is contained in:
2026-09-18 09:11:53 +08:00
parent 01ceae6fc6
commit 83ce2409e6
13 changed files with 376 additions and 33 deletions
@@ -0,0 +1,12 @@
tools:
- name: markdown-workbench.inspect_markdown
description: 本地检查 Markdown 标题层级、重复标题、任务项与代码围栏,并返回原文行号。
handler: inspect_markdown
parameters:
type: object
properties:
text:
type: string
maxLength: 100000
required: [text]
additionalProperties: false