From c20cfa99f0e35952f5f488c0d30d440c5fc823a0 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Tue, 15 Jul 2025 23:32:38 +0800 Subject: [PATCH] update self-check --- .vitepress/i18n/en.ts | 5 +++-- .vitepress/i18n/ja.ts | 5 +++-- .vitepress/i18n/zh.ts | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.vitepress/i18n/en.ts b/.vitepress/i18n/en.ts index 3b1be73..49690d9 100644 --- a/.vitepress/i18n/en.ts +++ b/.vitepress/i18n/en.ts @@ -120,9 +120,10 @@ export default { items: [ { text: 'UI Color Settings', link: '/plugin-tutorial/usage/ui-color' }, { text: 'Connect to MCP Server', link: '/plugin-tutorial/usage/connect-mcp' }, - { text: 'Debug tools, resources, and prompts', link: '/plugin-tutorial/usage/debug' }, + { text: 'MCP Basic Debugging', link: '/en/plugin-tutorial/usage/debug' }, + { text: 'MCP Self-Check Tool', link: '/en/plugin-tutorial/usage/self-check' }, { text: 'Connect to LLM', link: '/plugin-tutorial/usage/connect-llm' }, - { text: 'Test Your MCP with an LLM', link: '/plugin-tutorial/usage/test-with-llm' }, + { text: 'MCP Interaction Testing', link: '/en/plugin-tutorial/usage/test-with-llm' }, { text: 'Connect to Multiple MCP Services', link: '/plugin-tutorial/usage/multi-server' }, { text: 'Distribute Experiment Results', link: '/plugin-tutorial/usage/distribute-result' }, { text: 'Implement SSE Authenticator', link: '/plugin-tutorial/usage/sse-oauth2' } diff --git a/.vitepress/i18n/ja.ts b/.vitepress/i18n/ja.ts index f1f391e..3a14b08 100644 --- a/.vitepress/i18n/ja.ts +++ b/.vitepress/i18n/ja.ts @@ -119,9 +119,10 @@ export default { items: [ { text: 'UI カラー設定', link: '/ja/plugin-tutorial/usage/ui-color' }, { text: 'MCP サーバーへの接続', link: '/ja/plugin-tutorial/usage/connect-mcp' }, - { text: 'tools・resources・prompts のデバッグ', link: '/ja/plugin-tutorial/usage/debug' }, + { text: 'MCP 基本デバッグ', link: '/ja/plugin-tutorial/usage/debug' }, + { text: 'MCP 自己診断ツール', link: '/ja/plugin-tutorial/usage/self-check' }, { text: '大規模言語モデルへの接続', link: '/ja/plugin-tutorial/usage/connect-llm' }, - { text: '大規模言語モデルで MCP をテストする', link: '/ja/plugin-tutorial/usage/test-with-llm' }, + { text: 'MCP 対話テスト', link: '/ja/plugin-tutorial/usage/test-with-llm' }, { text: '複数 MCP サーバーの接続', link: '/ja/plugin-tutorial/usage/multi-server' }, { text: '実験結果の配布', link: '/ja/plugin-tutorial/usage/distribute-result' }, { text: 'SSE 認証の実装', link: '/ja/plugin-tutorial/usage/sse-oauth2' } diff --git a/.vitepress/i18n/zh.ts b/.vitepress/i18n/zh.ts index 2187f03..d5c06c1 100644 --- a/.vitepress/i18n/zh.ts +++ b/.vitepress/i18n/zh.ts @@ -119,9 +119,10 @@ export default { items: [ { text: 'UI 配色', link: '/zh/plugin-tutorial/usage/ui-color' }, { text: '连接 MCP 服务器', link: '/zh/plugin-tutorial/usage/connect-mcp' }, - { text: '调试 tools, resources 和 prompts', link: '/zh/plugin-tutorial/usage/debug' }, + { text: 'MCP 基础调试', link: '/zh/plugin-tutorial/usage/debug' }, + { text: 'MCP 工具自检程序', link: '/zh/plugin-tutorial/usage/self-check' }, { text: '连接大模型', link: '/zh/plugin-tutorial/usage/connect-llm' }, - { text: '用大模型测试你的 MCP', link: '/zh/plugin-tutorial/usage/test-with-llm' }, + { text: 'MCP 交互测试', link: '/zh/plugin-tutorial/usage/test-with-llm' }, { text: '连接多个 MCP 服务', link: '/zh/plugin-tutorial/usage/multi-server' }, { text: '分发实验结果', link: '/zh/plugin-tutorial/usage/distribute-result' }, { text: 'SSE 鉴权器实现', link: '/zh/plugin-tutorial/usage/sse-oauth2' },