transfer website domain

This commit is contained in:
锦恢 2025-07-11 21:02:44 +08:00
parent 43a19b1d11
commit db200f9601
14 changed files with 24 additions and 24 deletions

View File

@ -6,7 +6,7 @@
English | [中文](./README.zh.md) 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> <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>

View File

@ -6,7 +6,7 @@
[English](./README.md) | 中文 [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> <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>

View File

@ -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 ### Some basic information you should know
- Release is: https://github.com/LSTM-Kirigaya/openmcp-client/releases - 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 - Github: https://github.com/LSTM-Kirigaya/openmcp-client
- Discord: https://discord.com/invite/SKTZRf6NzU - Discord: https://discord.com/invite/SKTZRf6NzU
- QQ: https://qm.qq.com/cgi-bin/qm/qr?k=C6ZUTZvfqWoI12lWe7L93cWa1hUsuVT0&jump_from=webapi&authKey=McW6B1ogTPjPDrCyGttS890tMZGQ1KB3QLuG4aqVNRaYp4vlTSgf2c6dMcNjMuBD - QQ: https://qm.qq.com/cgi-bin/qm/qr?k=C6ZUTZvfqWoI12lWe7L93cWa1hUsuVT0&jump_from=webapi&authKey=McW6B1ogTPjPDrCyGttS890tMZGQ1KB3QLuG4aqVNRaYp4vlTSgf2c6dMcNjMuBD

View File

@ -19,6 +19,6 @@
.openmcp-icon { .openmcp-icon {
display: inline-block; display: inline-block;
vertical-align: middle; 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> </style>

View File

@ -5,32 +5,32 @@
<li class="core-card"> <li class="core-card">
<span class="core-dot">🧩</span> <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> <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>
<li class="core-card"> <li class="core-card">
<span class="core-dot">🧩</span> <span class="core-dot">🧩</span>
<span>Connect Multiple MCP Servers and combine more mcp tools in just one instance.</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>
<li class="core-card"> <li class="core-card">
<span class="core-dot">🧩</span> <span class="core-dot">🧩</span>
<span>One-click AI Mock data generation & Automatic mcp tool testing width custom and flexible order.</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>
<li class="core-card"> <li class="core-card">
<span class="core-dot">🧩</span> <span class="core-dot">🧩</span>
<span>Support function calling based on both <strong>XML</strong> and <strong>openai tools protocols.</strong></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>
<li class="core-card"> <li class="core-card">
<span class="core-dot">🧩</span> <span class="core-dot">🧩</span>
<span>Export connection as mcpconfig.json and deploy in openmcp-sdk</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>
<li class="core-card"> <li class="core-card">
<span class="core-dot">🧩</span> <span class="core-dot">🧩</span>
<span>Native VSCode experience, cross-platform support</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> </li>
</ul> </ul>
</section> </section>

View File

@ -33,7 +33,7 @@ const props = defineProps({
</svg> </svg>
Releases Releases
</a> </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" <svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"
style="vertical-align: middle;"> style="vertical-align: middle;">
<path <path

View File

@ -9,10 +9,10 @@
href="https://kirigaya.cn/blog/search?q=mcp" target="_blank" rel="noreferrer">Jin Hui's MCP Series href="https://kirigaya.cn/blog/search?q=mcp" target="_blank" rel="noreferrer">Jin Hui's MCP Series
Blog</a></li> Blog</a></li>
<li><a data-v-dd258f77="" class="VPNolebaseInlinePreviewLink" relative="" <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> Documentation</a></li>
<li><a data-v-dd258f77="" class="VPNolebaseInlinePreviewLink" relative="" <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> Official Documentation</a></li>
</ul> </ul>
</section> </section>

View File

@ -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>. 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>
<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> 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> <li>Contant Jinhui via <a href="mailto:1193466151@qq.com">1193466151@qq.com</a> to seek technical consultation or business cooperation.</li>

View File

@ -28,7 +28,7 @@ const props = defineProps({
</li> </li>
</ul> </ul>
<br> <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> rel="noopener">View History Changelog </a>
</div> </div>
</section> </section>

View File

@ -256,7 +256,7 @@
<br> <br>
<br> <br>
<a href="https://kirigaya.cn/openmcp/" target="_blank">OpenMCP 官方文档</a> 是我们的文档站点您在其中能找到非常完整的使用说明和案例教程 <a href="https://openmcp.kirigaya.cn/" target="_blank">OpenMCP 官方文档</a> 是我们的文档站点您在其中能找到非常完整的使用说明和案例教程
<br><br> <br><br>

View File

@ -167,11 +167,11 @@ const exportCode = async () => {
const gotoHowtoUse = () => { const gotoHowtoUse = () => {
if (locale.value === 'zh') { 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') { } 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 { } else {
gotoWebsite('https://kirigaya.cn/openmcp/sdk-tutorial/#usage'); gotoWebsite('https://openmcp.kirigaya.cn/sdk-tutorial/#usage');
} }
} }

View File

@ -17,7 +17,7 @@
{{ t('star-our-project') }} {{ t('star-our-project') }}
</el-button> </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> <span class="iconfont icon-wendang"></span>
{{ t('document') }} {{ t('document') }}
</el-button> </el-button>

View File

@ -5,7 +5,7 @@
<h3>openmcp-sdk: Deployment Framework for OpenMCP</h3> <h3>openmcp-sdk: Deployment Framework for OpenMCP</h3>
<h4>Lightning-fast deployment of your agent from lab to production</h4> <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> <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 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) Star our project: [https://github.com/LSTM-Kirigaya/openmcp-client](https://github.com/LSTM-Kirigaya/openmcp-client)

View File

@ -20,12 +20,12 @@ export class HelpProvider implements vscode.TreeDataProvider<SidebarItem> {
new SidebarItem(t('quick-start'), vscode.TreeItemCollapsibleState.None, { new SidebarItem(t('quick-start'), vscode.TreeItemCollapsibleState.None, {
command: 'vscode.open', command: 'vscode.open',
title: 'Open Guide', 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'), }, 'book'),
new SidebarItem(t('read-document'), vscode.TreeItemCollapsibleState.None, { new SidebarItem(t('read-document'), vscode.TreeItemCollapsibleState.None, {
command: 'vscode.open', command: 'vscode.open',
title: 'Open Documentation', title: 'Open Documentation',
arguments: [vscode.Uri.parse('https://kirigaya.cn/openmcp')] arguments: [vscode.Uri.parse('https://openmcp.kirigaya.cn')]
}, 'file-text'), }, 'file-text'),
new SidebarItem(t('report-issue'), vscode.TreeItemCollapsibleState.None, { new SidebarItem(t('report-issue'), vscode.TreeItemCollapsibleState.None, {
command: 'vscode.open', command: 'vscode.open',