Skip to main content

Module tags

Module tags 

Source
Expand description

MCP 写作用域工具:标签管理。

create_tagrename_tag 没有独立的 web 后台 server-fn(标签在文章 保存时由 sync_tags 隐式创建)。本模块直接操作 tags 表,并在写后失效 标签云缓存(invalidate_all_tags)。

本模块仅 feature = "server" 编译。

Structs§

CreateTagParams
RenameTagParams
TagResult 🔒