File tree Expand file tree Collapse file tree 23 files changed +178
-134
lines changed
customer-segmentation-server Expand file tree Collapse file tree 23 files changed +178
-134
lines changed Original file line number Diff line number Diff line change 11{
22 "homepage" : " https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-host" ,
33 "name" : " @modelcontextprotocol/ext-apps-basic-host" ,
4- "version" : " 0.4.0 " ,
4+ "version" : " 0.4.1 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "build" : " tsc --noEmit && concurrently \" cross-env INPUT=index.html vite build\" \" cross-env INPUT=sandbox.html vite build\" " ,
1111 "dev" : " cross-env NODE_ENV=development concurrently \" npm run watch\" \" npm run serve\" "
1212 },
1313 "dependencies" : {
14- "@modelcontextprotocol/ext-apps" : " ../.. " ,
14+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
1515 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
1616 "react" : " ^19.2.0" ,
1717 "react-dom" : " ^19.2.0" ,
2727 "cors" : " ^2.8.5" ,
2828 "express" : " ^5.1.0" ,
2929 "prettier" : " ^3.6.2" ,
30+ "typescript" : " ^5.9.3" ,
3031 "vite" : " ^6.0.0" ,
3132 "vite-plugin-singlefile" : " ^2.3.0" ,
32- "typescript" : " ^5.9.3" ,
3333 "vitest" : " ^3.2.4"
3434 }
3535}
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-preact" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "type" : " module" ,
55 "description" : " Basic MCP App Server example using Preact" ,
66 "repository" : {
2222 "prepublishOnly" : " npm run build"
2323 },
2424 "dependencies" : {
25- "@modelcontextprotocol/ext-apps" : " ^0.4.0 " ,
25+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
27- "preact" : " ^10.0.0" ,
28- "zod" : " ^4.1.13" ,
2927 "cors" : " ^2.8.5" ,
30- "express" : " ^5.1.0"
28+ "express" : " ^5.1.0" ,
29+ "preact" : " ^10.0.0" ,
30+ "zod" : " ^4.1.13"
3131 },
3232 "devDependencies" : {
3333 "@preact/preset-vite" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-react" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "type" : " module" ,
55 "description" : " Basic MCP App Server example using React" ,
66 "repository" : {
3232 "prepublishOnly" : " npm run build"
3333 },
3434 "dependencies" : {
35- "@modelcontextprotocol/ext-apps" : " ^0.4.0 " ,
35+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
3636 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
3737 "cors" : " ^2.8.5" ,
3838 "express" : " ^5.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-solid" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "type" : " module" ,
55 "description" : " Basic MCP App Server example using Solid" ,
66 "repository" : {
2222 "prepublishOnly" : " npm run build"
2323 },
2424 "dependencies" : {
25- "@modelcontextprotocol/ext-apps" : " ^0.4.0 " ,
25+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
27- "solid-js" : " ^1.9.0" ,
28- "zod" : " ^4.1.13" ,
2927 "cors" : " ^2.8.5" ,
30- "express" : " ^5.1.0"
28+ "express" : " ^5.1.0" ,
29+ "solid-js" : " ^1.9.0" ,
30+ "zod" : " ^4.1.13"
3131 },
3232 "devDependencies" : {
3333 "@types/cors" : " ^2.8.19" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-svelte" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "type" : " module" ,
55 "description" : " Basic MCP App Server example using Svelte" ,
66 "repository" : {
2222 "prepublishOnly" : " npm run build"
2323 },
2424 "dependencies" : {
25- "@modelcontextprotocol/ext-apps" : " ^0.4.0 " ,
25+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
27- "svelte" : " ^5.0.0" ,
28- "zod" : " ^4.1.13" ,
2927 "cors" : " ^2.8.5" ,
30- "express" : " ^5.1.0"
28+ "express" : " ^5.1.0" ,
29+ "svelte" : " ^5.0.0" ,
30+ "zod" : " ^4.1.13"
3131 },
3232 "devDependencies" : {
3333 "@sveltejs/vite-plugin-svelte" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-vanillajs" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "type" : " module" ,
55 "description" : " Basic MCP App Server example using vanilla JavaScript" ,
66 "repository" : {
2222 "prepublishOnly" : " npm run build"
2323 },
2424 "dependencies" : {
25- "@modelcontextprotocol/ext-apps" : " ^0.4.0 " ,
25+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
27- "zod" : " ^4.1.13" ,
2827 "cors" : " ^2.8.5" ,
29- "express" : " ^5.1.0"
28+ "express" : " ^5.1.0" ,
29+ "zod" : " ^4.1.13"
3030 },
3131 "devDependencies" : {
3232 "@types/cors" : " ^2.8.19" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-vue" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "type" : " module" ,
55 "description" : " Basic MCP App Server example using Vue" ,
66 "repository" : {
2222 "prepublishOnly" : " npm run build"
2323 },
2424 "dependencies" : {
25- "@modelcontextprotocol/ext-apps" : " ^0.4.0 " ,
25+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
27- "vue" : " ^3.5.0" ,
28- "zod" : " ^4.1.13" ,
2927 "cors" : " ^2.8.5" ,
30- "express" : " ^5.1.0"
28+ "express" : " ^5.1.0" ,
29+ "vue" : " ^3.5.0" ,
30+ "zod" : " ^4.1.13"
3131 },
3232 "devDependencies" : {
3333 "@types/cors" : " ^2.8.19" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-budget-allocator" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "type" : " module" ,
55 "description" : " Budget allocator MCP App Server with interactive visualization" ,
66 "repository" : {
2626 "serve" : " bun --watch main.ts"
2727 },
2828 "dependencies" : {
29- "@modelcontextprotocol/ext-apps" : " ^0.4.0 " ,
29+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
3030 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
3131 "chart.js" : " ^4.4.0" ,
32- "zod" : " ^4.1.13" ,
3332 "cors" : " ^2.8.5" ,
34- "express" : " ^5.1.0"
33+ "express" : " ^5.1.0" ,
34+ "zod" : " ^4.1.13"
3535 },
3636 "devDependencies" : {
3737 "@types/cors" : " ^2.8.19" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-cohort-heatmap" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "type" : " module" ,
55 "description" : " Cohort heatmap MCP App Server for retention analysis" ,
66 "repository" : {
2626 "serve" : " bun --watch main.ts"
2727 },
2828 "dependencies" : {
29- "@modelcontextprotocol/ext-apps" : " ^0.4.0 " ,
29+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
3030 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
31+ "cors" : " ^2.8.5" ,
32+ "express" : " ^5.1.0" ,
3133 "react" : " ^19.2.0" ,
3234 "react-dom" : " ^19.2.0" ,
33- "zod" : " ^4.1.13" ,
34- "cors" : " ^2.8.5" ,
35- "express" : " ^5.1.0"
35+ "zod" : " ^4.1.13"
3636 },
3737 "devDependencies" : {
3838 "@types/cors" : " ^2.8.19" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-customer-segmentation" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "type" : " module" ,
55 "description" : " Customer segmentation MCP App Server with filtering" ,
66 "repository" : {
2626 "serve" : " bun --watch main.ts"
2727 },
2828 "dependencies" : {
29- "@modelcontextprotocol/ext-apps" : " ^0.4.0 " ,
29+ "@modelcontextprotocol/ext-apps" : " ^0.4.1 " ,
3030 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
3131 "chart.js" : " ^4.4.0" ,
32- "zod" : " ^4.1.13" ,
3332 "cors" : " ^2.8.5" ,
34- "express" : " ^5.1.0"
33+ "express" : " ^5.1.0" ,
34+ "zod" : " ^4.1.13"
3535 },
3636 "devDependencies" : {
3737 "@types/cors" : " ^2.8.19" ,
You can’t perform that action at this time.
0 commit comments