update self-check

This commit is contained in:
锦恢 2025-07-15 23:32:38 +08:00
parent 511667e3b0
commit c20cfa99f0
3 changed files with 9 additions and 6 deletions

View File

@ -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' }

View File

@ -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' }

View File

@ -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' },