commit
90e719229d
@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## [main] 0.1.10
|
||||
- 修复 issue #48: 修复错误的引导路径。
|
||||
- 修复非中文语言下,初始化引导界面不跟随主界面的问题。
|
||||
|
||||
## [main] 0.1.9
|
||||
- 增加 mook 功能:可以利用随机种子或者AI生成来自动化填充测试 tool 的表单数据
|
||||
- 增加工具自检功能:openmcp 的 tool 下可以点击「工具模块」 右侧的 「工具自检」进入自检模式,该模式下,用户可以自己定义工具执行的拓扑顺序,然后一次性进行自动检测。
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
English | [中文](./README.zh.md)
|
||||
|
||||
<a href="https://kirigaya.cn/openmcp" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none;"> 📄 OpenMCP Documentation</a>
|
||||
<a href="https://openmcp.kirigaya.cn" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none;">🫱 Official Documentation</a>
|
||||
|
||||
<a href="https://qm.qq.com/cgi-bin/qm/qr?k=C6ZUTZvfqWoI12lWe7L93cWa1hUsuVT0&jump_from=webapi&authKey=McW6B1ogTPjPDrCyGttS890tMZGQ1KB3QLuG4aqVNRaYp4vlTSgf2c6dMcNjMuBD" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: #CB81DA; color: white; border-radius: .5em; text-decoration: none;">OpenMCP QQ Group</a>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
[English](./README.md) | 中文
|
||||
|
||||
<a href="https://kirigaya.cn/openmcp" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none;"> 📄 OpenMCP 文档网站</a>
|
||||
<a href="https://openmcp.kirigaya.cn" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none;"> 🫱 官方文档</a>
|
||||
|
||||
<a href="https://qm.qq.com/cgi-bin/qm/qr?k=C6ZUTZvfqWoI12lWe7L93cWa1hUsuVT0&jump_from=webapi&authKey=McW6B1ogTPjPDrCyGttS890tMZGQ1KB3QLuG4aqVNRaYp4vlTSgf2c6dMcNjMuBD" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: #CB81DA; color: white; border-radius: .5em; text-decoration: none;">OpenMCP QQ 讨论群</a>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
</style>
|
@ -5,32 +5,32 @@
|
||||
<li class="core-card">
|
||||
<span class="core-dot">🧩</span>
|
||||
<span>Full support for all MCP protocols, including <b>stdio</b>, <b>SSE</b>, and <b>streamable HTTP</b> connection modes.</span>
|
||||
<a href="https://kirigaya.cn/openmcp/plugin-tutorial/usage/debug.html" target="_blank">Learn more</a>
|
||||
<a href="https://openmcp.kirigaya.cn/plugin-tutorial/usage/debug.html" target="_blank">Learn more</a>
|
||||
</li>
|
||||
<li class="core-card">
|
||||
<span class="core-dot">🧩</span>
|
||||
<span>Connect Multiple MCP Servers and combine more mcp tools in just one instance.</span>
|
||||
<a href="https://kirigaya.cn/openmcp/plugin-tutorial/usage/multi-server.html" target="_blank">Learn more</a>
|
||||
<a href="https://openmcp.kirigaya.cn/plugin-tutorial/usage/multi-server.html" target="_blank">Learn more</a>
|
||||
</li>
|
||||
<li class="core-card">
|
||||
<span class="core-dot">🧩</span>
|
||||
<span>One-click AI Mock data generation & Automatic mcp tool testing width custom and flexible order.</span>
|
||||
<a href="https://kirigaya.cn/openmcp/sdk-tutorial/" target="_blank">Learn more</a>
|
||||
<a href="https://openmcp.kirigaya.cn/sdk-tutorial/" target="_blank">Learn more</a>
|
||||
</li>
|
||||
<li class="core-card">
|
||||
<span class="core-dot">🧩</span>
|
||||
<span>Support function calling based on both <strong>XML</strong> and <strong>openai tools protocols.</strong></span>
|
||||
<a href="https://kirigaya.cn/openmcp/sdk-tutorial/" target="_blank">Learn more</a>
|
||||
<a href="https://openmcp.kirigaya.cn/sdk-tutorial/" target="_blank">Learn more</a>
|
||||
</li>
|
||||
<li class="core-card">
|
||||
<span class="core-dot">🧩</span>
|
||||
<span>Export connection as mcpconfig.json and deploy in openmcp-sdk</span>
|
||||
<a href="https://kirigaya.cn/openmcp/sdk-tutorial/" target="_blank">Learn more</a>
|
||||
<a href="https://openmcp.kirigaya.cn/sdk-tutorial/" target="_blank">Learn more</a>
|
||||
</li>
|
||||
<li class="core-card">
|
||||
<span class="core-dot">🧩</span>
|
||||
<span>Native VSCode experience, cross-platform support</span>
|
||||
<a href="https://kirigaya.cn/openmcp/plugin-tutorial/quick-start/acquire-openmcp.html" target="_blank">Learn more</a>
|
||||
<a href="https://openmcp.kirigaya.cn/plugin-tutorial/quick-start/acquire-openmcp.html" target="_blank">Learn more</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -33,7 +33,7 @@ const props = defineProps({
|
||||
</svg>
|
||||
Releases
|
||||
</a>
|
||||
<a href="https://kirigaya.cn/openmcp/" target="_blank" title="Website">
|
||||
<a href="https://openmcp.kirigaya.cn/" target="_blank" title="Website">
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"
|
||||
style="vertical-align: middle;">
|
||||
<path
|
||||
|
@ -9,10 +9,10 @@
|
||||
href="https://kirigaya.cn/blog/search?q=mcp" target="_blank" rel="noreferrer">Jin Hui's MCP Series
|
||||
Blog</a></li>
|
||||
<li><a data-v-dd258f77="" class="VPNolebaseInlinePreviewLink" relative=""
|
||||
href="https://kirigaya.cn/openmcp/plugin-tutorial" target="_blank" rel="noreferrer">OpenMCP Official
|
||||
href="https://openmcp.kirigaya.cn/plugin-tutorial" target="_blank" rel="noreferrer">OpenMCP Official
|
||||
Documentation</a></li>
|
||||
<li><a data-v-dd258f77="" class="VPNolebaseInlinePreviewLink" relative=""
|
||||
href="https://kirigaya.cn/openmcp/sdk-tutorial" target="_blank" rel="noreferrer">openmcp-sdk
|
||||
href="https://openmcp.kirigaya.cn/sdk-tutorial" target="_blank" rel="noreferrer">openmcp-sdk
|
||||
Official Documentation</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -9,7 +9,7 @@
|
||||
If the interface displays abnormally, try restarting VSCode or report an <a href="https://github.com/LSTM-Kirigaya/openmcp-client/issues" target="_blank">Issue</a>.
|
||||
</li>
|
||||
<li>
|
||||
For more questions, refer to the <a href="https://kirigaya.cn/openmcp/" target="_blank">official
|
||||
For more questions, refer to the <a href="https://openmcp.kirigaya.cn/" target="_blank">official
|
||||
documentation</a> or join the community.</li>
|
||||
|
||||
<li>Contant Jinhui via <a href="mailto:1193466151@qq.com">1193466151@qq.com</a> to seek technical consultation or business cooperation.</li>
|
||||
|
@ -28,7 +28,7 @@ const props = defineProps({
|
||||
</li>
|
||||
</ul>
|
||||
<br>
|
||||
<a class="release-link" href="https://kirigaya.cn/openmcp/preview/changelog.html" target="_blank"
|
||||
<a class="release-link" href="https://openmcp.kirigaya.cn/preview/changelog.html" target="_blank"
|
||||
rel="noopener">View History Changelog →</a>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -256,7 +256,7 @@
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<a href="https://kirigaya.cn/openmcp/" target="_blank">OpenMCP 官方文档</a> 是我们的文档站点,您在其中能找到非常完整的使用说明和案例教程。
|
||||
<a href="https://openmcp.kirigaya.cn/" target="_blank">OpenMCP 官方文档</a> 是我们的文档站点,您在其中能找到非常完整的使用说明和案例教程。
|
||||
|
||||
<br><br>
|
||||
|
||||
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
{{ t('star-our-project') }}
|
||||
</el-button>
|
||||
|
||||
<el-button class="join-qq" type="primary" @click="gotoWebsite('https://kirigaya.cn/openmcp')">
|
||||
<el-button class="join-qq" type="primary" @click="gotoWebsite('https://openmcp.kirigaya.cn')">
|
||||
<span class="iconfont icon-wendang"></span>
|
||||
{{ t('document') }}
|
||||
</el-button>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<h3>openmcp-sdk: Deployment Framework for OpenMCP</h3>
|
||||
<h4>Lightning-fast deployment of your agent from lab to production</h4>
|
||||
|
||||
<a href="https://kirigaya.cn/openmcp/sdk-tutorial/" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: #7D3FF8; color: white; border-radius: .5em; text-decoration: none;">📄 OpenMCP SDK Documentation</a>
|
||||
<a href="https://openmcp.kirigaya.cn/sdk-tutorial/" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: #7D3FF8; color: white; border-radius: .5em; text-decoration: none;">🫱 OpenMCP SDK 官方文档</a>
|
||||
|
||||
|
||||
<a href="https://qm.qq.com/cgi-bin/qm/qr?k=C6ZUTZvfqWoI12lWe7L93cWa1hUsuVT0&jump_from=webapi&authKey=McW6B1ogTPjPDrCyGttS890tMZGQ1KB3QLuG4aqVNRaYp4vlTSgf2c6dMcNjMuBD" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: #CB81DA; color: white; border-radius: .5em; text-decoration: none;">QQ Discussion Group</a><a href="https://discord.gg/af5cfB9a" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none; margin-left: 5px;">Discord Channel</a>
|
||||
@ -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)
|
||||
|
@ -20,12 +20,12 @@ export class HelpProvider implements vscode.TreeDataProvider<SidebarItem> {
|
||||
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user