diff --git a/renderer/src/App.vue b/renderer/src/App.vue index edde560..7888882 100644 --- a/renderer/src/App.vue +++ b/renderer/src/App.vue @@ -48,11 +48,11 @@ onMounted(async () => { pinkLog('OpenMCP Client 启动'); // 跳转到首页 - // if (route.name !== 'debug') { - // const targetRoute = import.meta.env.BASE_URL + 'debug'; - // console.log('go to ' + targetRoute); - // router.push(targetRoute); - // } + if (route.name !== 'debug') { + const targetRoute = import.meta.env.BASE_URL + 'debug'; + console.log('go to ' + targetRoute); + router.push(targetRoute); + } // 进行桥接 await bridge.awaitForWebsocket(); diff --git a/renderer/src/components/guide/tour.vue b/renderer/src/components/guide/tour.vue index 175e75a..327bd53 100644 --- a/renderer/src/components/guide/tour.vue +++ b/renderer/src/components/guide/tour.vue @@ -58,7 +58,7 @@ + + +
+ 你可以点击最右侧的加号来添加额外的 mcp 服务器,让你当前正在调试的 agent 零成本快速获得额外的能力。 +
+
+ (null); export async function initialise() { diff --git a/renderer/src/views/connect/index.vue b/renderer/src/views/connect/index.vue index 808e8c9..392e4cb 100644 --- a/renderer/src/views/connect/index.vue +++ b/renderer/src/views/connect/index.vue @@ -1,6 +1,8 @@