Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,13 @@ jobs:
- budget-allocator-server
- cohort-heatmap-server
- customer-segmentation-server
- map-server
- scenario-modeler-server
- shadertoy-server
- sheet-music-server
- system-monitor-server
- threejs-server
- transcript-server
- video-resource-server
- wiki-explorer-server

Expand Down
2 changes: 1 addition & 1 deletion examples/basic-host/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-host",
"name": "@modelcontextprotocol/ext-apps-basic-host",
"version": "1.0.0",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this one isn't published to npm so all good to downgrade

"version": "0.4.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit && concurrently \"cross-env INPUT=index.html vite build\" \"cross-env INPUT=sandbox.html vite build\"",
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-server-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-basic-preact",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Basic MCP App Server example using Preact",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"preact": "^10.0.0",
"zod": "^4.1.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-server-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-basic-react",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Basic MCP App Server example using React",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-server-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-basic-solid",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Basic MCP App Server example using Solid",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"solid-js": "^1.9.0",
"zod": "^4.1.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-server-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-basic-svelte",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Basic MCP App Server example using Svelte",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"svelte": "^5.0.0",
"zod": "^4.1.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-server-vanillajs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-basic-vanillajs",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Basic MCP App Server example using vanilla JavaScript",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"zod": "^4.1.13"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-server-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-basic-vue",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Basic MCP App Server example using Vue",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"vue": "^3.5.0",
"zod": "^4.1.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/budget-allocator-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-budget-allocator",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Budget allocator MCP App Server with interactive visualization",
"repository": {
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"chart.js": "^4.4.0",
"zod": "^4.1.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/cohort-heatmap-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-cohort-heatmap",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Cohort heatmap MCP App Server for retention analysis",
"repository": {
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/customer-segmentation-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-customer-segmentation",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Customer segmentation MCP App Server with filtering",
"repository": {
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"chart.js": "^4.4.0",
"zod": "^4.1.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/map-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-map",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "MCP App Server example with CesiumJS 3D globe and geocoding",
"repository": {
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"zod": "^4.1.13"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/scenario-modeler-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-scenario-modeler",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Financial scenario modeling MCP App Server",
"repository": {
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"chart.js": "^4.4.0",
"react": "^19.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/shadertoy-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-shadertoy",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "MCP App Server example for rendering ShaderToy-compatible GLSL shaders",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"zod": "^4.1.13"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/sheet-music-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-sheet-music",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "MCP App Server for rendering and playing sheet music from ABC notation",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"abcjs": "^6.4.4",
"zod": "^4.1.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/system-monitor-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-system-monitor",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "System monitor MCP App Server with real-time stats",
"repository": {
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"chart.js": "^4.4.0",
"systeminformation": "^5.27.11",
Expand Down
4 changes: 2 additions & 2 deletions examples/threejs-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-threejs",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Three.js 3D visualization MCP App Server",
"repository": {
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/transcript-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-transcript",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "MCP App Server for live speech transcription",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"zod": "^3.23.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/video-resource-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-video-resource",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "MCP App Server demonstrating video resources served as base64 blobs",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"zod": "^4.1.13"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/wiki-explorer-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-wiki-explorer",
"version": "0.1.0",
"version": "0.4.0",
"type": "module",
"description": "Wikipedia link explorer MCP App Server with graph visualization",
"repository": {
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "^0.3.1",
"@modelcontextprotocol/ext-apps": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cheerio": "^1.0.0",
"zod": "^4.1.13"
Expand Down
Loading
Loading