Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mybolide/mcp-probe-kit

NPM · MCP-PROBE-KIT · SCANNED AUG 3

Spec-driven dev workflow MCP: start_* orchestration, memory, GitNexus, quality gates.

Available components

+14 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (101 of 105), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (101 of 105), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability55
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (poor).Fail
  • Context-footprint check failed: tool/resource definitions use about 6078 tokens (~189/item across 32 items; 30 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mcp-probe-kit

# add to Claude Code
claude mcp add mybolide-mcp-probe-kit -- npx -y mcp-probe-kit
# add to Codex CLI
codex mcp add mybolide-mcp-probe-kit -- npx -y mcp-probe-kit
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mybolide-mcp-probe-kit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-probe-kit"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mybolide-mcp-probe-kit --command npx --arg -y --arg mcp-probe-kit
# ~/.hermes/config.yaml
mcp_servers:
  mybolide-mcp-probe-kit:
    command: "npx"
    args: ["-y", "mcp-probe-kit"]
// mcp.json
{
  "mcpServers": {
    "mybolide-mcp-probe-kit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-probe-kit"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +35
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Security disclosure: fail → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Stability: unverified → 0.20 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Schema quality: unverified → poor functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −27
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 51

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 101 packages

101 packages in the resolved dependency tree · 101 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 30 exposed · ~6,029 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_feature ~163

当用户需要添加新功能、生成功能规格文档时使用。生成新功能规格文档(需求/设计/任务清单),基于项目上下文

NameTypeReqDescription
descriptionstring功能详细描述。可以是简短的自然语言(如'添加用户认证功能')或详细的需求说明
docs_dirstring文档输出目录,默认为 docs
feature_namestring功能名称(kebab-case 格式,如 user-auth)。可选,如果不提供会从 description 自动提取
template_profilestring模板档位:auto(默认,自动选择 guided/strict)、guided(普通模型友好)或 strict(结构更紧凑)

No output schema declared.

No examples provided.

ask_user ~137

当 AI 需要更多信息、遇到不确定因素时使用。向用户提问工具,AI 可主动向用户提问;支持单个或多个问题、提供选项、标注重要性;可在任何时候使用

NameTypeReqDescription
contextstring问题的背景信息或上下文
questionstring单个问题(如'你希望支持哪些支付方式?')
questionsarray多个问题列表,每个问题可包含 question、context、options、required 字段
reasonstring为什么要问这个问题(提问原因)

No output schema declared.

No examples provided.

check_spec ~182

校验已落盘的功能规格(docs/specs/<feature_name>/requirements|design|tasks.md)是否完整:检测残留 [填写] 占位、缺失章节、缺 FR/验收标准、FR 未进覆盖矩阵。写完规格后、进入实现前调用;未通过按报告补全后重跑。

NameTypeReqDescription
docs_dirstring文档根目录,默认为 docs
feature_namestring要校验的规格目录名,对应 docs/specs/<feature_name>/
project_rootstring可选。项目根目录绝对路径;未传时自动从 MCP 客户端工作区解析(如 Cursor 注入 WORKSPACE_FOLDER_PATHS、OpenCode/客户端配置的 cwd 等)。仅边缘场景需手动传入。

No output schema declared.

No examples provided.

code_insight ~253

当用户需要基于代码图谱分析调用链、上下文和影响面时使用。默认桥接 GitNexus,支持 query/context/impact 模式;不可用时自动降级并返回原因

NameTypeReqDescription
directionstringimpact 方向:upstream / downstream
goalstring分析目标(可选)
include_testsbooleanimpact 是否包含测试文件(可选,默认 false)
max_depthnumberimpact 最大深度(可选,默认 3)
modestring分析模式:auto(默认)、query、context、impact
project_rootstring项目根目录绝对路径。建议显式传入;当调用里还包含相对路径参数时,应统一相对该项目根目录解析,避免依赖客户端 cwd。
querystring查询文本(query 模式推荐)
repostring仓库名称(多仓库场景可选)
targetstring目标符号(context/impact 模式推荐)
task_contextstring任务上下文(可选)

No output schema declared.

No examples provided.

code_review ~102

当用户需要审查代码质量、检查代码问题时使用。审查代码的质量、安全性、性能,输出结构化问题清单(severity/category/suggestion)

NameTypeReqDescription
codestring要审查的代码。可以是代码片段、完整文件或 git diff 输出
focusstring审查重点:security(安全)、performance(性能)、quality(质量)、all(全部)。可选,默认 all

No output schema declared.

No examples provided.

delete_memory_asset ~104

按 asset_id 从共享记忆库删除一条资产。适用于过时、错误或重复沉淀的清理;删除前建议先用 read_memory_asset 确认内容。

NameTypeReqDescription
asset_idstringyes要删除的记忆资产 ID(通常来自 search_memory 或 read_memory_asset)
confirmboolean为 true 时执行删除;省略或 false 时仅返回预览并要求确认(软确认)

No output schema declared.

No examples provided.

estimate ~163

当用户需要估算开发工作量、评估任务时间时使用。估算开发工作量,输出故事点、时间范围(乐观/正常/悲观)、风险点

NameTypeReqDescription
code_contextstring相关代码或文件上下文。可选,有助于更准确的估算
experience_levelstring经验水平:junior(初级)、mid(中级)、senior(高级)。可选,默认为 mid
task_descriptionstring任务描述。可以是简短的自然语言(如'估算开发工作量')或详细的任务说明
team_sizenumber团队规模(人数)。可选,默认为 1

No output schema declared.

No examples provided.

fix_bug ~133

当用户需要找问题、修 bug、排查异常、定位回归、分析失败原因、分析为什么没生效、先分析再修时使用。默认采用 TBP 8 步法做真因分析,并输出修复方案与验证步骤

NameTypeReqDescription
analysis_modestring分析方法。默认 tbp8(丰田问题分析 8 步法)
code_contextstring相关代码。可选
error_messagestring错误信息
stack_tracestring堆栈跟踪。可选

No output schema declared.

No examples provided.

gencommit ~149

当用户需要生成 Git commit 消息时使用。返回 Conventional Commits 规范说明、步骤、输出模板和示例,供 AI 根据变更内容生成最终 commit message。它不直接代写最终消息,也不应被判定为空结果

NameTypeReqDescription
changesstring代码变更内容。可以是 git diff 输出、变更描述或自然语言。如果不提供,工具会提示执行 git diff
typestringCommit 类型:fixed(修复)、feat(新功能)、docs(文档)、style(样式)、chore(杂项)、refactor(重构)、test(测试)。可选,会自动识别

No output schema declared.

No examples provided.

gentest ~93

当用户需要为代码生成单元测试时使用。生成单元测试代码(Jest/Vitest/Mocha),包含边界用例和 mock

NameTypeReqDescription
codestring要生成测试的代码。可以是函数、类或模块
frameworkstring测试框架:jest、vitest、mocha。可选,会自动识别项目使用的框架

No output schema declared.

No examples provided.

git_work_report ~264

基于 Git diff 分析生成工作报告(日报/周期报) 核心功能: - 支持日报模式(单个日期)和周期报模式(日期范围) - 自动读取指定日期的所有 Git 提交 - 对每个提交执行 git show 获取完整 diff - 使用 AI 分析 diff 内容提取实际工作内容 输出格式: - 只输出「工作内容」部分 - 每条以 - 开头,中文,简洁专业 - 格式:做了什么 + 改了哪里/达到什么效果 - 不输出:提交哈希、文件列表、统计数据、风险总结 使用示例: - 日报:git_work_report --date 2026-1-27 - 周期报:git_work_report --start_date 2026-2-1 --end_date 2026-2-6

NameTypeReqDescription
datestring单个日期,格式 YYYY-MM-DD(日报模式)
end_datestring结束日期,格式 YYYY-MM-DD(周期报模式)
output_filestring可选,输出文件路径
start_datestring起始日期,格式 YYYY-MM-DD(周期报模式)

No output schema declared.

No examples provided.

init_project ~183

当用户提供一句话需求时使用。基于 Spec-Driven Development 理念,分析需求并生成完整的项目规格文档(需求分析/技术设计/任务拆解)。适合项目初期的需求澄清和规划

NameTypeReqDescription
inputstring项目需求描述。可以是一句话需求(如'创建电商网站')或简短的功能描述,工具会自动分析并生成详细的规格文档
project_namestring项目名称。可选,默认为'新项目'
project_rootstring可选。项目根目录绝对路径;未传时自动从 MCP 客户端工作区解析(如 Cursor 注入 WORKSPACE_FOLDER_PATHS、OpenCode/客户端配置的 cwd 等)。仅边缘场景需手动传入。

No output schema declared.

No examples provided.

init_project_context ~199

生成/更新项目上下文:默认写入 AGENTS.md(含 MCP 与 GitNexus 触发规则)及 docs/project-context/。新功能请先 start_feature,修 bug 请先 start_bugfix。完成后 Agent 应阅读 AGENTS.md。

NameTypeReqDescription
docs_dirstring附属文档根目录(project-context、graph-insights)。默认 docs
filenamestring高级:与 output_dir 合用,默认 project-context.md
index_stylestring索引风格:auto(默认 AGENTS.md)、agents、legacy(docs/project-context.md)
localestringAGENTS.md 语言;默认根据 README 探测
outputstring高级:索引文件相对路径,如 AGENTS.md
output_dirstring高级:索引所在目录,如 .claude/rules

No output schema declared.

No examples provided.

interview ~160

当用户需求不明确、需要澄清需求时使用。需求访谈工具,在开发前通过结构化提问澄清需求,避免理解偏差和返工;生成访谈记录文件供后续 start_feature/add_feature 使用;仅支持 feature 类型

NameTypeReqDescription
answersobject访谈问题的回答(JSON 对象,key 为问题 ID,value 为回答内容)。用于提交访谈结果
descriptionstring功能描述(如'实现用户登录功能'),用于开始访谈。可以是简短的自然语言描述
feature_namestring功能名称(kebab-case 格式,如 user-login)。可选,会自动从描述中提取

No output schema declared.

No examples provided.

memorize_asset ~281

沉淀可检索资产到共享记忆库。Bug 修复后必须 type=bugfix,content 含【现象】【根因】【修复】【验证】。跨仓库共享时勿填 source_project/source_path,路径写入 content 即可。

NameTypeReqDescription
code_snippetstring代码片段,content 的别名
confidencenumber置信度,0-1
contentstring完整内容(bugfix 建议结构化四段)
descriptionstringyes资产描述
file_pathstring已废弃:勿用于跨仓库沉淀,路径写入 content
namestringyes资产名称
source_pathstring已废弃:仅同仓库追溯时可选
source_projectstring已废弃:仅同仓库追溯时可选
summarystringyes检索用一句话摘要(关键词 + 根因/要点)
tagsarray标签列表,如 bugfix, root-cause
typestring资产类型:bugfix / pattern / component / code 等
usagestring适用场景/使用方式

No output schema declared.

No examples provided.

read_memory_asset ~60

当编排阶段已检索到记忆摘要,且 AI 需要查看完整沉淀代码或详细规范时使用。根据 asset_id 读取记忆资产详情。

NameTypeReqDescription
asset_idstringyes记忆资产 ID

No output schema declared.

No examples provided.

refactor ~83

当用户需要重构代码、改善代码结构时使用。分析代码结构,提供重构建议、重构步骤和风险评估

NameTypeReqDescription
codestring要重构的代码
goalstring重构目标:improve_readability(可读性)、reduce_complexity(复杂度)、performance(性能)。可选

No output schema declared.

No examples provided.

scan_and_extract_patterns ~368

当需要从单段代码、单文件或整个目录中抽取可复用模式,再决定是否沉淀到记忆系统时使用。目录扫描时,优先传 `project_root` 为项目根目录绝对路径,并让 `directory_path` 传相对项目根的路径,例如 `app/utils`;只有无法确定项目根时,才把 `directory_path` 直接设为绝对路径。不要传带项目名的半相对路径,例如 `font-miniapp-api/app/utils`。

NameTypeReqDescription
contentstring待分析的代码或文本内容。传入该字段时走单段分析模式
directory_pathstring要扫描的目录路径。最佳实践是传相对 `project_root` 的路径,例如 `app/utils`;如果拿不到 `project_root`,才传目录绝对路径。不要传带项目名的半相对路径,例如 `font-miniapp-api/app/utils`。
file_pathstring来源文件路径。单段分析时作为来源路径使用
include_extensionsarray允许扫描的文件扩展名列表,例如 [".ts", ".tsx", ".py"]
max_filesnumber最多扫描多少个文件,默认 30,最大 200
max_patternsnumber最多返回多少个候选模式,默认 20,最大 100
project_namestring已废弃,扫描结果不再写入 source_project
project_rootstring项目根目录绝对路径。目录扫描时建议始终传入;传入后,`directory_path` 应写成相对项目根的路径。

No output schema declared.

No examples provided.

search_memory ~122

按语义检索共享记忆库。适合在 start_* 之外主动查找历史 Bug 修复或可复用模式;命中后用 read_memory_asset 读取全文。

NameTypeReqDescription
limitnumber返回条数,默认 MEMORY_SEARCH_LIMIT
querystringyes检索 query(现象、报错、关键词、功能描述等)
tagsarray优先匹配的标签
typestring优先匹配的资产类型,如 bugfix、pattern、component

No output schema declared.

No examples provided.

start_bugfix ~372

当用户需要找问题、修 bug、排查异常、定位回归、分析失败原因、分析为什么没生效、先分析再修时使用。默认按 TBP 8 步法编排:取证澄清→分析定位→修复方案→生成测试。

NameTypeReqDescription
analysis_modestring分析方法。默认 tbp8(丰田问题分析 8 步法)
code_contextstring相关代码。可选
docs_dirstring文档目录。可选,默认 docs
error_messagestring错误信息
feature_namestring关联功能规格名(对应 docs/specs/<feature_name>/)。提供后或能自动识别时,修复闭环会插入 check_spec 闸门
loop_assumption_capnumber每轮假设上限(默认 3)
loop_max_roundsnumber需求 loop 最大轮次(默认 2)
loop_question_budgetnumber每轮最多提问数量(默认 5)
project_rootstring项目根目录绝对路径。建议显式传入;docs_dir 等相对路径参数应统一相对该项目根目录解析,避免依赖客户端 cwd。
requirements_modestring需求模式:steady(默认,直接修复)或 loop(需求澄清与补全)
stack_tracestring堆栈跟踪。可选
template_profilestring模板档位:auto(默认,自动选择 guided/strict)、guided(普通模型友好)或 strict(结构更紧凑)

No output schema declared.

No examples provided.

start_feature ~297

当用户需要完整的新功能开发流程时使用。编排:检查上下文→生成规格→估算工作量。若只需规格文档请用 add_feature

NameTypeReqDescription
descriptionstring功能详细描述。可以是简短的自然语言(如'开发用户认证功能')或详细的需求说明
docs_dirstring文档输出目录,默认为 docs
feature_namestring功能名称(kebab-case 格式,如 user-auth)。可选,如果不提供会从 description 自动提取
loop_assumption_capnumber每轮假设上限(默认 3)
loop_max_roundsnumber需求 loop 最大轮次(默认 2)
loop_question_budgetnumber每轮最多提问数量(默认 5)
project_rootstring项目根目录绝对路径。建议显式传入;docs_dir 等相对路径参数应统一相对该项目根目录解析,避免依赖客户端 cwd。
requirements_modestring需求模式:steady(默认,直接生成规格)或 loop(需求澄清与补全)
template_profilestring模板档位:auto(默认,自动选择 guided/strict)、guided(普通模型友好)或 strict(结构更紧凑)

No output schema declared.

No examples provided.

start_onboard ~86

当用户需要快速上手新项目时使用。编排:生成上下文文档。

NameTypeReqDescription
docs_dirstring文档目录。可选,默认 docs
project_pathstring项目根目录绝对路径。建议显式传入;如果还传 docs_dir 等相对路径,应统一相对该项目根目录解析。

No output schema declared.

No examples provided.

start_product ~296

产品设计完整工作流编排。一键完成从需求到 HTML 原型的全流程:生成 PRD → 生成原型文档 → 生成设计系统 → 生成 HTML 可交互原型 → 更新项目上下文。生成的 HTML 原型可以直接在浏览器中查看和演示。

NameTypeReqDescription
descriptionstring产品描述。详细描述产品的目标、功能、用户需求等信息。这是整个工作流的基础输入。如果提供了 requirements_file,此参数可选。
docs_dirstring文档输出目录(可选)。默认为 'docs'。所有文档将保存到此目录下的子目录中。
product_namestring产品名称(可选)。如果不提供,将使用默认名称'新产品'。
product_typestring产品类型(可选)。用于生成设计系统,如 'SaaS'、'E-commerce'、'Healthcare' 等。默认为 'SaaS'。
requirements_filestring需求文档文件路径(可选)。如果提供,将读取该文件的完整内容作为产品需求。支持 Markdown、文本等格式。例如:'docs/requirements.md'、'project.md'。
skip_design_systemboolean跳过设计系统生成(可选)。默认为 false。如果设置为 true,将不生成设计系统。

No output schema declared.

No examples provided.

start_ralph ~379

当用户需要启动 Ralph Wiggum Loop 循环开发时使用。生成 .ralph/ 目录结构、安全模式脚本和执行指南。默认启用多重安全保护,防止无人值守时费用失控

NameTypeReqDescription
cli_commandstringClaude Code CLI 命令名。默认:'claude-code'(可能需要改为 'claude')
completion_promisestring完成条件描述。默认:'tests passing + requirements met'
confirm_everynumber每几轮要求人工确认。safe 模式默认:1(每轮都确认)
confirm_timeoutnumber确认等待秒数,超时自动停止。safe 模式默认:20
cooldown_secondsnumber每轮后冷却秒数。safe 模式默认:8
goalstring本次要完成的目标/需求描述。例如:'实现用户认证功能'、'修复登录 bug'
max_diff_linesnumbergit diff 变更行数超过此值停止(防失控)。safe 模式默认:300
max_iterationsnumber最大迭代轮数。safe 模式默认:8
max_minutesnumber最大运行分钟数。safe 模式默认:25
max_same_outputnumber输出重复多少次停止(防卡死)。safe 模式默认:2
modestring运行模式:safe(安全模式,默认)、normal(普通模式)。安全模式包含多重保护机制
test_commandstring每轮执行的测试命令。默认:'npm test'(会在首轮由 agent 识别正确命令)

No output schema declared.

No examples provided.

start_ui ~315

统一 UI 开发编排工具 - 一键完成整个 UI 开发流程。自动检查设计系统、生成组件目录、搜索/生成模板、渲染最终代码。适合快速原型开发,保证整个项目样式统一。

NameTypeReqDescription
descriptionstringyesUI 需求描述(如 '登录页面'、'用户列表'、'设置页面')
frameworkstring目标框架:react、vue、html(默认 react)
loop_assumption_capnumber每轮假设上限(默认 3)
loop_max_roundsnumber需求 loop 最大轮次(默认 2)
loop_question_budgetnumber每轮最多提问数量(默认 5)
modestring执行模式:auto(智能)/ manual(默认)
project_rootstring项目根目录绝对路径。建议显式传入;如果存在 docs 或模板等相对路径解析,应统一相对该项目根目录处理,避免依赖客户端 cwd。
requirements_modestring需求模式:steady(默认)或 loop(需求澄清与补全)
templatestring模板名称(可选,不提供则自动生成)
template_profilestring模板档位:auto(默认,自动选择 guided/strict)、guided(普通模型友好)或 strict(结构更紧凑)

No output schema declared.

No examples provided.

sync_ui_data ~82

同步 UI/UX 数据到本地缓存。来源:uipro-cli、shadcn/ui registry、内嵌 UI 主题预设、Vercel Web Interface Guidelines。

NameTypeReqDescription
forceboolean是否强制同步(忽略版本检查,默认 false)
verboseboolean是否显示详细日志(默认 false)

No output schema declared.

No examples provided.

ui_design_system ~352

智能设计系统生成器 - 基于产品类型和需求,使用 AI 推理引擎生成完整的设计系统推荐。包括 UI 风格、配色方案、字体配对、落地页模式、效果建议、反模式警告和交付检查清单。输出 Markdown 文档、JSON 配置和完整设计规范文档集。

NameTypeReqDescription
descriptionstring系统说明(推荐):详细描述产品功能、特点、使用场景。例如:'政府类网站,需要权威、可信、易用的设计风格,面向公众提供政务服务'。这将帮助推理引擎生成更准确的设计方案。
keywordsstring关键词(可选):逗号分隔的关键词,如 'professional, modern, trustworthy, authoritative'(专业、现代、可信、权威)。用于辅助匹配设计风格。
product_typestringyes产品类型(必填):SaaS, E-commerce, Healthcare, Fintech, Government(政府), Education(教育), Portfolio, Agency 等。这是推理引擎的核心输入。
stackstring技术栈(推荐):react, vue, nextjs, nuxtjs, tailwind, html, svelte, astro 等。用于生成特定技术栈的实现建议和配置代码。
target_audiencestring目标用户(可选):如 'B2B企业', 'C端消费者', '政府公务员', '普通市民', '开发者' 等。帮助推理引擎选择合适的设计风格。

No output schema declared.

No examples provided.

ui_search ~280

搜索 UI/UX 数据库,包括颜色、图标、图表、组件、设计模式,以及 shadcn/ui blocks、UI 主题预设(CSS variables)、Vercel Web Interface Guidelines 等。支持 search / catalog / template 三种模式。

NameTypeReqDescription
categorystring数据类别(search 模式):colors、icons、charts、landing、products、typography、styles、ux-guidelines、shadcn-blocks、shadcn-components、ui-themes、ui-guidelines-vercel 等
limitnumber返回结果数量(默认 10,范围 1-50)
min_scorenumber最小相关性得分(默认 0,范围 0-100)
modestring搜索模式:search(搜索 UI/UX 数据,默认)、catalog(查看组件目录)、template(搜索 UI 模板)
querystring搜索关键词(支持中英文,如 'button'、'按钮'、'primary color'、'主色调')。catalog 模式不需要此参数。
stackstring技术栈过滤(仅 search 模式):react、vue、nextjs、nuxtjs、svelte、astro、flutter、react-native、swiftui、jetpack-compose 等

No output schema declared.

No examples provided.

update_memory_asset ~264

按 asset_id 更新共享记忆库中的已有资产(保留原 ID)。适用于修正摘要、正文或标签;content 变更会重新向量化。跨仓库共享时勿填 source_project/source_path。

NameTypeReqDescription
asset_idstringyes要更新的记忆资产 ID
code_snippetstring代码片段,content 的别名
confidencenumber置信度,0-1
contentstring完整内容
descriptionstring资产描述
file_pathstring已废弃:勿用于跨仓库沉淀,路径写入 content
namestring资产名称
source_pathstring已废弃:仅同仓库追溯时可选
source_projectstring已废弃:仅同仓库追溯时可选
summarystring检索用一句话摘要
tagsarray标签列表
typestring资产类型:bugfix / pattern / component / code 等
usagestring适用场景/使用方式

No output schema declared.

No examples provided.

workflow ~107

当不确定该用哪个 MCP 工具时使用。根据意图返回分阶段 MCP 指南(firstTool + phases)。同时确保用户项目已存在 .agents/skills/mcp-probe-kit/SKILL.md 与 AGENTS.md 中的 Skill 引用(缺失则自动创建/更新)。

NameTypeReqDescription
intentstring用户目标或任务描述(自然语言)
scenariostring可选:显式场景;默认 auto 从 intent 推断

No output schema declared.

No examples provided.