From 4d54d2628cb0dabc8b4eecf8f109f6c1ffd121d1 Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Tue, 10 Jun 2025 20:13:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96mcp=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/sites/src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sites/src/App.vue b/examples/sites/src/App.vue index b482a918bb..96f7face8d 100644 --- a/examples/sites/src/App.vue +++ b/examples/sites/src/App.vue @@ -32,8 +32,8 @@ export default defineComponent({ const modalSHow = ref(false) const { sessionId } = useNextClient({ - clientInfo: { name: 'my-project', version: '1.0.0' }, - proxyOptions: { url: 'http://39.108.160.245/sse', token: '' } + clientInfo: { name: 'tiny-vue-website', version: '1.0.0' }, + proxyOptions: { url: 'https://39.108.160.245/sse', token: '' } }) watch( From c8394e68fa0f259d3646c2599d4d4482876dfa72 Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Tue, 10 Jun 2025 20:21:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20@opentiny/tin?= =?UTF-8?q?y-vue-mcp=20=E7=89=88=E6=9C=AC=E8=87=B3=200.0.1-alpha.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/sites/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sites/package.json b/examples/sites/package.json index c80ad9686e..bd3c7575c8 100644 --- a/examples/sites/package.json +++ b/examples/sites/package.json @@ -32,7 +32,7 @@ "@opentiny/tiny-robot": "0.2.1", "@opentiny/tiny-robot-kit": "0.2.1", "@opentiny/tiny-robot-svgs": "0.2.1", - "@opentiny/tiny-vue-mcp": "0.0.1-alpha.2", + "@opentiny/tiny-vue-mcp": "0.0.1-alpha.3", "@opentiny/utils": "workspace:~", "@opentiny/vue": "workspace:~", "@opentiny/vue-common": "workspace:~",