diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c36ad..8526dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [main] 0.1.10 +- 修复 issue #48: 修复错误的引导路径。 +- 修复非中文语言下,初始化引导界面不跟随主界面的问题。 + ## [main] 0.1.9 - 增加 mook 功能:可以利用随机种子或者AI生成来自动化填充测试 tool 的表单数据 - 增加工具自检功能:openmcp 的 tool 下可以点击「工具模块」 右侧的 「工具自检」进入自检模式,该模式下,用户可以自己定义工具执行的拓扑顺序,然后一次性进行自动检测。 diff --git a/README.md b/README.md index d505925..3304c3a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ English | [中文](./README.zh.md) - 📄 OpenMCP Documentation +🫱 Official Documentation OpenMCP QQ Group diff --git a/README.zh.md b/README.zh.md index 9178a47..d0f3213 100644 --- a/README.zh.md +++ b/README.zh.md @@ -6,7 +6,7 @@ [English](./README.md) | 中文 - 📄 OpenMCP 文档网站 + 🫱 官方文档 OpenMCP QQ 讨论群 diff --git a/news/README.md b/news/README.md index 0deabe3..787f483 100644 --- a/news/README.md +++ b/news/README.md @@ -10,7 +10,7 @@ You are a clever bot to write SPA page to display the changelog and news of my s ### Some basic information you should know - Release is: https://github.com/LSTM-Kirigaya/openmcp-client/releases -- OpenMCP website is: https://kirigaya.cn/openmcp/ +- OpenMCP website is: https://openmcp.kirigaya.cn/ - Github: https://github.com/LSTM-Kirigaya/openmcp-client - Discord: https://discord.com/invite/SKTZRf6NzU - QQ: https://qm.qq.com/cgi-bin/qm/qr?k=C6ZUTZvfqWoI12lWe7L93cWa1hUsuVT0&jump_from=webapi&authKey=McW6B1ogTPjPDrCyGttS890tMZGQ1KB3QLuG4aqVNRaYp4vlTSgf2c6dMcNjMuBD diff --git a/news/index.html b/news/index.html index be434c7..d5efff0 100644 --- a/news/index.html +++ b/news/index.html @@ -19,6 +19,6 @@ .openmcp-icon { display: inline-block; vertical-align: middle; - background: url('https://kirigaya.cn/openmcp/images/favicon.svg') no-repeat center/contain; + background: url('https://openmcp.kirigaya.cn/images/favicon.svg') no-repeat center/contain; } \ No newline at end of file diff --git a/news/src/components/CoreFeature.vue b/news/src/components/CoreFeature.vue index cc61529..b7a35c2 100644 --- a/news/src/components/CoreFeature.vue +++ b/news/src/components/CoreFeature.vue @@ -5,32 +5,32 @@
  • 🧩 Full support for all MCP protocols, including stdio, SSE, and streamable HTTP connection modes. - Learn more + Learn more
  • 🧩 Connect Multiple MCP Servers and combine more mcp tools in just one instance. - Learn more + Learn more
  • 🧩 One-click AI Mock data generation & Automatic mcp tool testing width custom and flexible order. - Learn more + Learn more
  • 🧩 Support function calling based on both XML and openai tools protocols. - Learn more + Learn more
  • 🧩 Export connection as mcpconfig.json and deploy in openmcp-sdk - Learn more + Learn more
  • 🧩 Native VSCode experience, cross-platform support - Learn more + Learn more
  • diff --git a/news/src/components/Header.vue b/news/src/components/Header.vue index e78a78e..935a7d6 100644 --- a/news/src/components/Header.vue +++ b/news/src/components/Header.vue @@ -33,7 +33,7 @@ const props = defineProps({ Releases - + Jin Hui's MCP Series Blog
  • OpenMCP Official + href="https://openmcp.kirigaya.cn/plugin-tutorial" target="_blank" rel="noreferrer">OpenMCP Official Documentation
  • openmcp-sdk + href="https://openmcp.kirigaya.cn/sdk-tutorial" target="_blank" rel="noreferrer">openmcp-sdk Official Documentation
  • diff --git a/news/src/components/Troubleshoot.vue b/news/src/components/Troubleshoot.vue index 570ae33..d1c9a8e 100644 --- a/news/src/components/Troubleshoot.vue +++ b/news/src/components/Troubleshoot.vue @@ -9,7 +9,7 @@ If the interface displays abnormally, try restarting VSCode or report an Issue.
  • - For more questions, refer to the official + For more questions, refer to the official documentation or join the community.
  • Contant Jinhui via 1193466151@qq.com to seek technical consultation or business cooperation.
  • diff --git a/news/src/components/WhatNews.vue b/news/src/components/WhatNews.vue index e083299..ff877d3 100644 --- a/news/src/components/WhatNews.vue +++ b/news/src/components/WhatNews.vue @@ -28,7 +28,7 @@ const props = defineProps({
    - View History Changelog → diff --git a/renderer/src/components/guide/tour.vue b/renderer/src/components/guide/tour.vue index 6d9ee5d..668194c 100644 --- a/renderer/src/components/guide/tour.vue +++ b/renderer/src/components/guide/tour.vue @@ -256,7 +256,7 @@

    - OpenMCP 官方文档 是我们的文档站点,您在其中能找到非常完整的使用说明和案例教程。 + OpenMCP 官方文档 是我们的文档站点,您在其中能找到非常完整的使用说明和案例教程。

    diff --git a/renderer/src/components/main-panel/chat/chat-box/options/export.vue b/renderer/src/components/main-panel/chat/chat-box/options/export.vue index 612ef95..5c8e422 100644 --- a/renderer/src/components/main-panel/chat/chat-box/options/export.vue +++ b/renderer/src/components/main-panel/chat/chat-box/options/export.vue @@ -167,11 +167,11 @@ const exportCode = async () => { const gotoHowtoUse = () => { if (locale.value === 'zh') { - gotoWebsite('https://kirigaya.cn/openmcp/zh/sdk-tutorial/#%E4%BD%BF%E7%94%A8'); + gotoWebsite('https://openmcp.kirigaya.cn/zh/sdk-tutorial/#%E4%BD%BF%E7%94%A8'); } else if (locale.value === 'ja') { - gotoWebsite('https://kirigaya.cn/openmcp/ja/sdk-tutorial/#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95'); + gotoWebsite('https://openmcp.kirigaya.cn/ja/sdk-tutorial/#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95'); } else { - gotoWebsite('https://kirigaya.cn/openmcp/sdk-tutorial/#usage'); + gotoWebsite('https://openmcp.kirigaya.cn/sdk-tutorial/#usage'); } } diff --git a/renderer/src/views/about/index.vue b/renderer/src/views/about/index.vue index 8510fab..6fc6708 100644 --- a/renderer/src/views/about/index.vue +++ b/renderer/src/views/about/index.vue @@ -17,7 +17,7 @@ {{ t('star-our-project') }} - + {{ t('document') }} diff --git a/resources/openmcp-sdk-release/README.md b/resources/openmcp-sdk-release/README.md index a45b7e6..c589c0f 100644 --- a/resources/openmcp-sdk-release/README.md +++ b/resources/openmcp-sdk-release/README.md @@ -5,7 +5,7 @@

    openmcp-sdk: Deployment Framework for OpenMCP

    Lightning-fast deployment of your agent from lab to production

    -📄 OpenMCP SDK Documentation +🫱 OpenMCP SDK 官方文档 QQ Discussion GroupDiscord Channel @@ -106,6 +106,6 @@ Posted: 8 hours ago Link: https://github.com/Orange-OpenSource/hurl ``` -For more details, see the official documentation: [https://kirigaya.cn/openmcp/sdk-tutorial/](https://kirigaya.cn/openmcp/sdk-tutorial/) +For more details, see the official documentation: [https://openmcp.kirigaya.cn/sdk-tutorial/](https://openmcp.kirigaya.cn/sdk-tutorial/) Star our project: [https://github.com/LSTM-Kirigaya/openmcp-client](https://github.com/LSTM-Kirigaya/openmcp-client) diff --git a/src/sidebar/help.controller.ts b/src/sidebar/help.controller.ts index 8b4d186..ebb93df 100644 --- a/src/sidebar/help.controller.ts +++ b/src/sidebar/help.controller.ts @@ -20,12 +20,12 @@ export class HelpProvider implements vscode.TreeDataProvider { new SidebarItem(t('quick-start'), vscode.TreeItemCollapsibleState.None, { command: 'vscode.open', title: 'Open Guide', - arguments: [vscode.Uri.parse('https://kirigaya.cn/openmcp/plugin-tutorial/usage/connect-mcp.html·')] + arguments: [vscode.Uri.parse('https://openmcp.kirigaya.cn/plugin-tutorial/usage/connect-mcp.html')] }, 'book'), new SidebarItem(t('read-document'), vscode.TreeItemCollapsibleState.None, { command: 'vscode.open', title: 'Open Documentation', - arguments: [vscode.Uri.parse('https://kirigaya.cn/openmcp')] + arguments: [vscode.Uri.parse('https://openmcp.kirigaya.cn')] }, 'file-text'), new SidebarItem(t('report-issue'), vscode.TreeItemCollapsibleState.None, { command: 'vscode.open',