mcp-probe-kit 3.0.21 → 3.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -10
- package/build/index.js +1 -5
- package/build/lib/memory-orchestration.d.ts +1 -0
- package/build/lib/memory-orchestration.js +21 -0
- package/build/lib/shadcn-ui.d.ts +11 -0
- package/build/lib/shadcn-ui.js +78 -0
- package/build/resources/ui-ux-data/guidelines/vercel-web-interface.json +1632 -0
- package/build/resources/ui-ux-data/metadata.json +27 -3
- package/build/resources/ui-ux-data/shadcn/blocks.json +2541 -0
- package/build/resources/ui-ux-data/shadcn/components.json +997 -0
- package/build/resources/ui-ux-data/themes/presets.json +483 -0
- package/build/schemas/index.d.ts +0 -48
- package/build/schemas/memory-tools.d.ts +0 -48
- package/build/schemas/memory-tools.js +0 -29
- package/build/schemas/output/ui-ux-tools.d.ts +16 -0
- package/build/schemas/output/ui-ux-tools.js +4 -0
- package/build/schemas/ui-ux-schemas.js +3 -3
- package/build/tools/__tests__/cursor-history.unit.test.js +0 -49
- package/build/tools/__tests__/search_memory.unit.test.d.ts +1 -0
- package/build/tools/__tests__/search_memory.unit.test.js +83 -0
- package/build/tools/__tests__/start_ui.property.test.js +4 -3
- package/build/tools/index.d.ts +0 -2
- package/build/tools/index.js +0 -2
- package/build/tools/search_memory.js +3 -2
- package/build/tools/start_ui.js +30 -3
- package/build/tools/ui-ux-tools.js +322 -244
- package/build/utils/__tests__/shadcn-sync.unit.test.d.ts +1 -0
- package/build/utils/__tests__/shadcn-sync.unit.test.js +49 -0
- package/build/utils/__tests__/theme-pick.unit.test.d.ts +1 -0
- package/build/utils/__tests__/theme-pick.unit.test.js +9 -0
- package/build/utils/__tests__/themes-sync.unit.test.d.ts +1 -0
- package/build/utils/__tests__/themes-sync.unit.test.js +21 -0
- package/build/utils/__tests__/ui-metadata.unit.test.d.ts +1 -0
- package/build/utils/__tests__/ui-metadata.unit.test.js +35 -0
- package/build/utils/__tests__/vercel-guidelines-sync.unit.test.d.ts +1 -0
- package/build/utils/__tests__/vercel-guidelines-sync.unit.test.js +34 -0
- package/build/utils/bm25.d.ts +2 -1
- package/build/utils/bm25.js +17 -5
- package/build/utils/shadcn-sync.d.ts +55 -0
- package/build/utils/shadcn-sync.js +146 -0
- package/build/utils/themes-sync.d.ts +32 -0
- package/build/utils/themes-sync.js +201 -0
- package/build/utils/ui-data-loader.js +13 -2
- package/build/utils/ui-metadata.d.ts +27 -0
- package/build/utils/ui-metadata.js +39 -0
- package/build/utils/ui-search-engine.d.ts +1 -0
- package/build/utils/ui-search-engine.js +20 -6
- package/build/utils/ui-sync.d.ts +24 -2
- package/build/utils/ui-sync.js +152 -86
- package/build/utils/vercel-guidelines-sync.d.ts +30 -0
- package/build/utils/vercel-guidelines-sync.js +133 -0
- package/docs/data/tools.js +1 -33
- package/docs/i18n/all-tools/en.json +4 -14
- package/docs/i18n/all-tools/ja.json +3 -5
- package/docs/i18n/all-tools/ko.json +3 -5
- package/docs/i18n/all-tools/zh-CN.json +4 -14
- package/docs/i18n/en.json +10 -10
- package/docs/i18n/ja.json +9 -9
- package/docs/i18n/ko.json +9 -9
- package/docs/i18n/zh-CN.json +10 -10
- package/docs/pages/all-tools.html +4 -4
- package/docs/pages/examples.html +2 -2
- package/docs/pages/getting-started.html +1 -1
- package/docs/pages/migration.html +2 -2
- package/package.json +2 -2
- package/build/tools/cursor_list_conversations.d.ts +0 -7
- package/build/tools/cursor_list_conversations.js +0 -35
- package/build/tools/cursor_search_conversations.d.ts +0 -7
- package/build/tools/cursor_search_conversations.js +0 -36
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>所有工具 -
|
|
7
|
-
<meta name="i18n-title" content="所有工具 -
|
|
6
|
+
<title>所有工具 - 27个AI研发工具完整列表 | MCP Probe Kit</title>
|
|
7
|
+
<meta name="i18n-title" content="所有工具 - 27个AI研发工具完整列表 | MCP Probe Kit">
|
|
8
8
|
|
|
9
|
-
<meta name="description" content="MCP Probe Kit 完整工具列表:6个工作流编排工具、4个代码分析工具、2个Git工具、1个生成工具、6个项目管理工具、3个UI/UX工具、
|
|
9
|
+
<meta name="description" content="MCP Probe Kit 完整工具列表:6个工作流编排工具、4个代码分析工具、2个Git工具、1个生成工具、6个项目管理工具、3个UI/UX工具、5个 Memory 与 Cursor History 工具。">
|
|
10
10
|
<meta name="keywords" content="AI 开发工具, 代码生成工具, 代码审查工具, Git 自动化, UI 生成, 代码重构, 性能优化, 安全扫描">
|
|
11
11
|
<meta name="author" content="小墨 (Kyle) - ByteZoneX">
|
|
12
12
|
<meta name="robots" content="index, follow">
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
<!-- 页面标题 -->
|
|
155
155
|
<div class="mb-6">
|
|
156
156
|
<h1 class="text-2xl sm:text-3xl font-bold text-text-primary mb-2" data-i18n="sidebar.allTools">所有工具</h1>
|
|
157
|
-
<p class="text-sm sm:text-base text-text-secondary" id="page-subtitle">MCP Probe Kit 提供
|
|
157
|
+
<p class="text-sm sm:text-base text-text-secondary" id="page-subtitle">MCP Probe Kit 提供 27 个实用工具,核心与编排工具支持结构化输出</p>
|
|
158
158
|
<div class="flex flex-wrap items-center gap-2 mt-3 text-xs text-text-tertiary">
|
|
159
159
|
<span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.10</span>
|
|
160
160
|
<span>MCP 2025-11-25</span>
|
package/docs/pages/examples.html
CHANGED
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<!-- 研发流程概览 -->
|
|
158
158
|
<section class="bg-white rounded-xl border border-border p-4 sm:p-6 mb-6 shadow-sm">
|
|
159
159
|
<h2 class="text-lg sm:text-xl font-semibold text-text-primary mb-4" data-i18n="examples.overview.title">完整研发流程</h2>
|
|
160
|
-
<p class="text-text-secondary mb-4 text-sm" data-i18n="examples.overview.description">MCP Probe Kit 的
|
|
160
|
+
<p class="text-text-secondary mb-4 text-sm" data-i18n="examples.overview.description">MCP Probe Kit 的 27 个工具覆盖了从需求分析到代码上线的完整研发流程。以下是推荐的最佳实践。</p>
|
|
161
161
|
<div class="p-3 bg-blue-50 border-l-3 border-blue-500 rounded-r text-sm">
|
|
162
162
|
<strong>💡 <span data-i18n="examples.overview.coreIdea">核心理念:</span></strong><span data-i18n="examples.overview.coreIdeaText">通过工作流编排工具(start_*)串联整个开发流程,让 AI 成为你的研发助手。</span>
|
|
163
163
|
</div>
|
|
@@ -667,7 +667,7 @@ max_minutes: 25
|
|
|
667
667
|
<section class="bg-white rounded-xl border border-border p-4 sm:p-6 mb-6 shadow-sm">
|
|
668
668
|
<h2 class="text-lg sm:text-xl font-semibold text-text-primary mb-4" data-i18n="examples.resources.title">更多资源</h2>
|
|
669
669
|
<ul class="list-disc list-inside space-y-2 text-sm text-text-primary">
|
|
670
|
-
<li><a href="./all-tools.html" class="text-primary hover:underline" data-i18n="examples.resources.allTools">完整工具参考</a> - <span data-i18n="examples.resources.allToolsDesc">查看所有
|
|
670
|
+
<li><a href="./all-tools.html" class="text-primary hover:underline" data-i18n="examples.resources.allTools">完整工具参考</a> - <span data-i18n="examples.resources.allToolsDesc">查看所有 27 个工具的详细说明</span></li>
|
|
671
671
|
<li><a href="./getting-started.html" class="text-primary hover:underline" data-i18n="examples.resources.gettingStarted">安装配置</a> - <span data-i18n="examples.resources.gettingStartedDesc">快速开始使用</span></li>
|
|
672
672
|
<li><a href="./migration.html" class="text-primary hover:underline" data-i18n="examples.resources.migration">迁移指南</a> - <span data-i18n="examples.resources.migrationDesc">从 v2.x 迁移到 v3.0</span></li>
|
|
673
673
|
<li><a href="https://github.com/mybolide/mcp-probe-kit" target="_blank" rel="noopener" class="text-primary hover:underline" data-i18n="examples.resources.github">GitHub 仓库</a>
|
|
@@ -513,7 +513,7 @@ ollama pull nomic-embed-text</code></pre>
|
|
|
513
513
|
<div class="mt-3">
|
|
514
514
|
<p class="font-medium mb-1" data-i18n="gettingStarted.step1.memory.cursor.title">Cursor History Tools</p>
|
|
515
515
|
<ul class="list-disc list-inside space-y-1">
|
|
516
|
-
<li><code class="bg-gray-200 px-1 rounded text-xs">
|
|
516
|
+
<li><code class="bg-gray-200 px-1 rounded text-xs">cursor_read_conversation</code><span data-i18n="gettingStarted.step1.memory.cursor.item1"> do not depend on Qdrant or embeddings</span></li>
|
|
517
517
|
<li data-i18n="gettingStarted.step1.memory.cursor.item2">Supports local Cursor installations on Windows / macOS / Linux</li>
|
|
518
518
|
<li><span data-i18n="gettingStarted.step1.memory.cursor.item3Prefix">Reads the local Cursor database from </span><code class="bg-gray-200 px-1 rounded text-xs">User/globalStorage/state.vscdb</code></li>
|
|
519
519
|
</ul>
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<!-- 概述 -->
|
|
158
158
|
<section class="bg-white rounded-xl border border-border p-4 sm:p-6 mb-6 shadow-sm">
|
|
159
159
|
<h2 class="text-lg sm:text-xl font-semibold text-text-primary mb-4" data-i18n="migration.overview.title">概述</h2>
|
|
160
|
-
<p class="text-text-secondary mb-4 text-sm" data-i18n="migration.overview.description">MCP Probe Kit v3.0 是一个重大版本更新,精简优化到
|
|
160
|
+
<p class="text-text-secondary mb-4 text-sm" data-i18n="migration.overview.description">MCP Probe Kit v3.0 是一个重大版本更新,精简优化到 27 个工具,带来了更强大的功能和更好的开发体验。</p>
|
|
161
161
|
<div class="p-3 bg-blue-50 border-l-3 border-blue-500 rounded-r text-sm">
|
|
162
162
|
<strong>💡 <span data-i18n="migration.overview.migrationTime">迁移时间:</span></strong><span data-i18n="migration.overview.migrationTimeText">大多数项目可以在 10-15 分钟内完成迁移,v2.x 的核心工具在 v3.0 中都保持兼容。</span>
|
|
163
163
|
</div>
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
<span>🛠️</span>
|
|
173
173
|
<span data-i18n="migration.changes.toolsOptimization.title">1. 工具精简优化</span>
|
|
174
174
|
</h3>
|
|
175
|
-
<p class="text-text-secondary text-sm pl-7" data-i18n="migration.changes.toolsOptimization.description">v2.x: 39 个工具 → v3.x:
|
|
175
|
+
<p class="text-text-secondary text-sm pl-7" data-i18n="migration.changes.toolsOptimization.description">v2.x: 39 个工具 → v3.x: 27 个工具(移除低频工具,保留高价值工具)</p>
|
|
176
176
|
</div>
|
|
177
177
|
|
|
178
178
|
<div class="mb-4">
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-probe-kit",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"description": "AI-Powered Development Toolkit - MCP Server with
|
|
3
|
+
"version": "3.0.23",
|
|
4
|
+
"description": "AI-Powered Development Toolkit - MCP Server with 27 tools covering code quality, development efficiency, project management, and UI/UX design. Features: Structured Output, Workflow Orchestration, UI/UX Pro Max, and Requirements Interview.",
|
|
5
5
|
"mcpName": "io.github.mybolide/mcp-probe-kit",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { parseArgs, getString, getNumber, getBoolean } from '../utils/parseArgs.js';
|
|
2
|
-
import { okStructured } from '../lib/response.js';
|
|
3
|
-
import { handleToolError } from '../utils/error-handler.js';
|
|
4
|
-
import { createCursorHistoryClient } from '../lib/cursor-history-client.js';
|
|
5
|
-
export async function cursorListConversations(args) {
|
|
6
|
-
try {
|
|
7
|
-
const parsed = parseArgs(args, {
|
|
8
|
-
defaultValues: {
|
|
9
|
-
title_query: '',
|
|
10
|
-
workspace_query: '',
|
|
11
|
-
include_archived: false,
|
|
12
|
-
limit: 20,
|
|
13
|
-
},
|
|
14
|
-
fieldAliases: {
|
|
15
|
-
title_query: ['title', 'name_query', 'query'],
|
|
16
|
-
workspace_query: ['workspace', 'workspace_path'],
|
|
17
|
-
include_archived: ['archived'],
|
|
18
|
-
},
|
|
19
|
-
});
|
|
20
|
-
const client = createCursorHistoryClient();
|
|
21
|
-
const conversations = await client.listConversations({
|
|
22
|
-
titleQuery: getString(parsed.title_query),
|
|
23
|
-
workspaceQuery: getString(parsed.workspace_query),
|
|
24
|
-
includeArchived: getBoolean(parsed.include_archived, false),
|
|
25
|
-
limit: getNumber(parsed.limit, 20),
|
|
26
|
-
});
|
|
27
|
-
return okStructured(`已获取 ${conversations.length} 条 Cursor 会话摘要。`, {
|
|
28
|
-
count: conversations.length,
|
|
29
|
-
conversations,
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
catch (error) {
|
|
33
|
-
return handleToolError(error, 'cursor_list_conversations');
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { parseArgs, getString, getNumber } from '../utils/parseArgs.js';
|
|
2
|
-
import { okStructured } from '../lib/response.js';
|
|
3
|
-
import { handleToolError } from '../utils/error-handler.js';
|
|
4
|
-
import { createCursorHistoryClient } from '../lib/cursor-history-client.js';
|
|
5
|
-
export async function cursorSearchConversations(args) {
|
|
6
|
-
try {
|
|
7
|
-
const parsed = parseArgs(args, {
|
|
8
|
-
defaultValues: {
|
|
9
|
-
query: '',
|
|
10
|
-
composer_id: '',
|
|
11
|
-
limit: 20,
|
|
12
|
-
},
|
|
13
|
-
primaryField: 'query',
|
|
14
|
-
fieldAliases: {
|
|
15
|
-
composer_id: ['conversation_id', 'chat_id'],
|
|
16
|
-
},
|
|
17
|
-
});
|
|
18
|
-
const query = getString(parsed.query).trim();
|
|
19
|
-
if (!query) {
|
|
20
|
-
throw new Error('缺少必填参数: query');
|
|
21
|
-
}
|
|
22
|
-
const client = createCursorHistoryClient();
|
|
23
|
-
const matches = await client.searchHistory({
|
|
24
|
-
query,
|
|
25
|
-
composerId: getString(parsed.composer_id),
|
|
26
|
-
limit: getNumber(parsed.limit, 20),
|
|
27
|
-
});
|
|
28
|
-
return okStructured(`已找到 ${matches.length} 条 Cursor 历史命中。`, {
|
|
29
|
-
count: matches.length,
|
|
30
|
-
matches,
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
catch (error) {
|
|
34
|
-
return handleToolError(error, 'cursor_search_conversations');
|
|
35
|
-
}
|
|
36
|
-
}
|