Skip to content

Commit e4e7edf

Browse files
committed
reshuffle, use -vanilla consistently
1 parent 24dd969 commit e4e7edf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/simple-host/example-host.html renamed to examples/simple-host/example-host-vanilla.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
flex-direction: column;
1010
}
1111
</style>
12-
<script src="/src/example-host.ts" type="module"></script>
12+
<script src="/src/example-host-vanilla.ts" type="module"></script>
1313
<title>Example MCP View Host</title>
1414
</head>
1515
<body>

examples/simple-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start:server": "tsx server.ts",
88
"start:mcp-server": "cd ../simple-server && npm install && npm run start",
9-
"build": "concurrently 'INPUT=example-host.html vite build' 'INPUT=example-host-react.html vite build' 'INPUT=sandbox.html vite build'",
9+
"build": "concurrently 'INPUT=example-host-vanilla.html vite build' 'INPUT=example-host-react.html vite build' 'INPUT=sandbox.html vite build'",
1010
"server": "bun server.ts",
1111
"start": "NODE_ENV=development npm run build && concurrently 'npm run start:server' 'npm run start:mcp-server'"
1212
},
File renamed without changes.

0 commit comments

Comments
 (0)