File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
"@opentiny/tiny-robot" : " 0.2.1" ,
33
33
"@opentiny/tiny-robot-kit" : " 0.2.1" ,
34
34
"@opentiny/tiny-robot-svgs" : " 0.2.1" ,
35
- "@opentiny/tiny-vue-mcp" : " 0.0.1-alpha.2 " ,
35
+ "@opentiny/tiny-vue-mcp" : " 0.0.1-alpha.3 " ,
36
36
"@opentiny/utils" : " workspace:~" ,
37
37
"@opentiny/vue" : " workspace:~" ,
38
38
"@opentiny/vue-common" : " workspace:~" ,
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ export default defineComponent({
32
32
const modalSHow = ref (false )
33
33
34
34
const { sessionId } = useNextClient ({
35
- clientInfo: { name: ' my-project ' , version: ' 1.0.0' },
36
- proxyOptions: { url: ' http ://39.108.160.245/sse' , token: ' ' }
35
+ clientInfo: { name: ' tiny-vue-website ' , version: ' 1.0.0' },
36
+ proxyOptions: { url: ' https ://39.108.160.245/sse' , token: ' ' }
37
37
})
38
38
39
39
watch (
You can’t perform that action at this time.
0 commit comments