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
2 changes: 1 addition & 1 deletion examples/basic-server-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Basic MCP App Server example using Preact",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/basic-server-preact"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-server-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Basic MCP App Server example using React",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/basic-server-react"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-server-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Basic MCP App Server example using Solid",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/basic-server-solid"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-server-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Basic MCP App Server example using Svelte",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/basic-server-svelte"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-server-vanillajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Basic MCP App Server example using vanilla JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/basic-server-vanillajs"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-server-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Basic MCP App Server example using Vue",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/basic-server-vue"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/budget-allocator-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Budget allocator MCP App Server with interactive visualization",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/budget-allocator-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/cohort-heatmap-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Cohort heatmap MCP App Server for retention analysis",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/cohort-heatmap-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/customer-segmentation-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Customer segmentation MCP App Server with filtering",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/customer-segmentation-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/debug-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Debug MCP App Server for testing all SDK capabilities",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/debug-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/lazy-auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "MCP App example demonstrating lazy (on-demand) OAuth: public tools work unauthenticated, protected tools return 401 + WWW-Authenticate so the host runs the OAuth flow only when needed",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/lazy-auth-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/map-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "MCP App Server example with CesiumJS 3D globe and geocoding",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/map-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/pdf-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "MCP server for loading and extracting text from PDF files with chunked pagination and interactive viewer",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/pdf-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Quickstart MCP App Server example",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/quickstart"
},
"license": "MIT",
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 @@ -5,7 +5,7 @@
"description": "Streaming TTS MCP App Server with karaoke-style text highlighting",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/say-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/scenario-modeler-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Financial scenario modeling MCP App Server",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/scenario-modeler-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/shadertoy-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "MCP App Server example for rendering ShaderToy-compatible GLSL shaders",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/shadertoy-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/sheet-music-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "MCP App Server for rendering and playing sheet music from ABC notation",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/sheet-music-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/system-monitor-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "System monitor MCP App Server with real-time stats",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/system-monitor-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/threejs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Three.js 3D visualization MCP App Server",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/threejs-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/transcript-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "MCP App Server for live speech transcription",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/transcript-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/video-resource-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "MCP App Server demonstrating video resources served as base64 blobs",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/video-resource-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/wiki-explorer-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Wikipedia link explorer MCP App Server with graph visualization",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps",
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
"directory": "examples/wiki-explorer-server"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@modelcontextprotocol/ext-apps",
"repository": {
"type": "git",
"url": "https://github.com/modelcontextprotocol/ext-apps"
"url": "git+https://github.com/modelcontextprotocol/ext-apps.git"
},
"homepage": "https://github.com/modelcontextprotocol/ext-apps",
"version": "2.0.0",
Expand Down
Loading