Skip to content

Commit 23694da

Browse files
committed
chore: release 0.4.0
1 parent ba550f1 commit 23694da

File tree

21 files changed

+77
-77
lines changed

21 files changed

+77
-77
lines changed

examples/basic-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"homepage": "https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-host",
33
"name": "@modelcontextprotocol/ext-apps-basic-host",
4-
"version": "1.0.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc --noEmit && concurrently \"cross-env INPUT=index.html vite build\" \"cross-env INPUT=sandbox.html vite build\"",

examples/basic-server-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-basic-preact",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Basic MCP App Server example using Preact",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "npm run build"
2525
},
2626
"dependencies": {
27-
"@modelcontextprotocol/ext-apps": "^0.3.1",
27+
"@modelcontextprotocol/ext-apps": "^0.4.0",
2828
"@modelcontextprotocol/sdk": "^1.24.0",
2929
"preact": "^10.0.0",
3030
"zod": "^4.1.13"

examples/basic-server-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-basic-react",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Basic MCP App Server example using React",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "npm run build"
2525
},
2626
"dependencies": {
27-
"@modelcontextprotocol/ext-apps": "^0.3.1",
27+
"@modelcontextprotocol/ext-apps": "^0.4.0",
2828
"@modelcontextprotocol/sdk": "^1.24.0",
2929
"react": "^19.2.0",
3030
"react-dom": "^19.2.0",

examples/basic-server-solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-basic-solid",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Basic MCP App Server example using Solid",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "npm run build"
2525
},
2626
"dependencies": {
27-
"@modelcontextprotocol/ext-apps": "^0.3.1",
27+
"@modelcontextprotocol/ext-apps": "^0.4.0",
2828
"@modelcontextprotocol/sdk": "^1.24.0",
2929
"solid-js": "^1.9.0",
3030
"zod": "^4.1.13"

examples/basic-server-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-basic-svelte",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Basic MCP App Server example using Svelte",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "npm run build"
2525
},
2626
"dependencies": {
27-
"@modelcontextprotocol/ext-apps": "^0.3.1",
27+
"@modelcontextprotocol/ext-apps": "^0.4.0",
2828
"@modelcontextprotocol/sdk": "^1.24.0",
2929
"svelte": "^5.0.0",
3030
"zod": "^4.1.13"

examples/basic-server-vanillajs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-basic-vanillajs",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Basic MCP App Server example using vanilla JavaScript",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "npm run build"
2525
},
2626
"dependencies": {
27-
"@modelcontextprotocol/ext-apps": "^0.3.1",
27+
"@modelcontextprotocol/ext-apps": "^0.4.0",
2828
"@modelcontextprotocol/sdk": "^1.24.0",
2929
"zod": "^4.1.13"
3030
},

examples/basic-server-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-basic-vue",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Basic MCP App Server example using Vue",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "npm run build"
2525
},
2626
"dependencies": {
27-
"@modelcontextprotocol/ext-apps": "^0.3.1",
27+
"@modelcontextprotocol/ext-apps": "^0.4.0",
2828
"@modelcontextprotocol/sdk": "^1.24.0",
2929
"vue": "^3.5.0",
3030
"zod": "^4.1.13"

examples/budget-allocator-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-budget-allocator",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Budget allocator MCP App Server with interactive visualization",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"prepublishOnly": "npm run build"
2828
},
2929
"dependencies": {
30-
"@modelcontextprotocol/ext-apps": "^0.3.1",
30+
"@modelcontextprotocol/ext-apps": "^0.4.0",
3131
"@modelcontextprotocol/sdk": "^1.24.0",
3232
"chart.js": "^4.4.0",
3333
"zod": "^4.1.13"

examples/cohort-heatmap-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-cohort-heatmap",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Cohort heatmap MCP App Server for retention analysis",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"prepublishOnly": "npm run build"
2828
},
2929
"dependencies": {
30-
"@modelcontextprotocol/ext-apps": "^0.3.1",
30+
"@modelcontextprotocol/ext-apps": "^0.4.0",
3131
"@modelcontextprotocol/sdk": "^1.24.0",
3232
"react": "^19.2.0",
3333
"react-dom": "^19.2.0",

examples/customer-segmentation-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-customer-segmentation",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Customer segmentation MCP App Server with filtering",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"prepublishOnly": "npm run build"
2828
},
2929
"dependencies": {
30-
"@modelcontextprotocol/ext-apps": "^0.3.1",
30+
"@modelcontextprotocol/ext-apps": "^0.4.0",
3131
"@modelcontextprotocol/sdk": "^1.24.0",
3232
"chart.js": "^4.4.0",
3333
"zod": "^4.1.13"

0 commit comments

Comments
 (0)