Skip to content

Commit c006264

Browse files
committed
docs(HomeAiFirst): fix MCP command to include --transport http flag
1 parent 9985d0e commit c006264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/src/components/home/HomeAiFirst.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
icon: 'vuetify-mcp',
55
title: 'Vuetify MCP',
66
description: 'One command connects Claude, Cursor, or Windsurf to every v0 API.',
7-
command: 'claude mcp add vuetify-mcp https://mcp.vuetifyjs.com/mcp',
7+
command: 'claude mcp add --transport http vuetify-mcp https://mcp.vuetifyjs.com/mcp',
88
to: '/guide/tooling/vuetify-mcp',
99
},
1010
{

packages/0/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export * from './components'
22
export * from './composables'
33
export * from './constants'
4-
export type * from './types'
4+
export type { ID } from './types'
55
export * from './utilities'

0 commit comments

Comments
 (0)