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
4 changes: 2 additions & 2 deletions 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",
"version": "1.0.1",
"type": "module",
"scripts": {
"build": "tsc --noEmit && concurrently \"cross-env INPUT=index.html vite build\" \"cross-env INPUT=sandbox.html vite build\"",
Expand All @@ -11,7 +11,7 @@
"dev": "cross-env NODE_ENV=development concurrently \"npm run watch\" \"npm run serve\""
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.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-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-basic-preact",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Basic MCP App Server example using Preact",
"repository": {
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Basic MCP App Server example using React",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Basic MCP App Server example using Solid",
"repository": {
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Basic MCP App Server example using Svelte",
"repository": {
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Basic MCP App Server example using vanilla JavaScript",
"repository": {
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Basic MCP App Server example using Vue",
"repository": {
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Budget allocator MCP App Server with interactive visualization",
"repository": {
Expand All @@ -26,7 +26,7 @@
"serve": "bun --watch main.ts"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"chart.js": "^4.4.0",
"cors": "^2.8.5",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Cohort heatmap MCP App Server for retention analysis",
"repository": {
Expand All @@ -26,7 +26,7 @@
"serve": "bun --watch main.ts"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Customer segmentation MCP App Server with filtering",
"repository": {
Expand All @@ -26,7 +26,7 @@
"serve": "bun --watch main.ts"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"chart.js": "^4.4.0",
"cors": "^2.8.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/debug-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-debug",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Debug MCP App Server for testing all SDK capabilities",
"repository": {
Expand All @@ -23,7 +23,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"zod": "^4.1.13"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/integration-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"serve": "bun --watch main.ts"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "MCP App Server example with CesiumJS 3D globe and geocoding",
"repository": {
Expand All @@ -26,7 +26,7 @@
"serve": "bun --watch main.ts"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/pdf-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-pdf",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "MCP server for loading and extracting text from PDF files with chunked pagination and interactive viewer",
"repository": {
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/qr-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"build": "echo 'No build step needed for Python server'"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../.."
"@modelcontextprotocol/ext-apps": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "concurrently 'cross-env NODE_ENV=development INPUT=mcp-app.html vite build --watch' 'tsx watch main.ts'"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/say-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"build": "echo 'No build step needed for Python server'"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../.."
"@modelcontextprotocol/ext-apps": "^1.0.0"
}
}
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Financial scenario modeling MCP App Server",
"repository": {
Expand All @@ -26,7 +26,7 @@
"serve": "bun --watch main.ts"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"chart.js": "^4.4.0",
"cors": "^2.8.5",
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": "1.0.0",
"version": "1.0.1",
"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": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "MCP App Server for rendering and playing sheet music from ABC notation",
"repository": {
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"abcjs": "^6.4.4",
"cors": "^2.8.5",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "System monitor MCP App Server with real-time stats",
"repository": {
Expand All @@ -26,7 +26,7 @@
"serve": "bun --watch main.ts"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"chart.js": "^4.4.0",
"cors": "^2.8.5",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Three.js 3D visualization MCP App Server",
"repository": {
Expand All @@ -26,7 +26,7 @@
"serve": "bun --watch main.ts"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
Expand Down
6 changes: 3 additions & 3 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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "MCP App Server for live speech transcription",
"repository": {
Expand All @@ -22,11 +22,11 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"zod": "^3.23.0"
"zod": "^4.1.13"
},
"devDependencies": {
"@types/cors": "^2.8.19",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "MCP App Server demonstrating video resources served as base64 blobs",
"repository": {
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cors": "^2.8.5",
"express": "^5.1.0",
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": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Wikipedia link explorer MCP App Server with graph visualization",
"repository": {
Expand All @@ -26,7 +26,7 @@
"serve": "bun --watch main.ts"
},
"dependencies": {
"@modelcontextprotocol/ext-apps": "../..",
"@modelcontextprotocol/ext-apps": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.24.0",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
Expand Down
Loading
Loading