File tree Expand file tree Collapse file tree 26 files changed +283
-245
lines changed
customer-segmentation-server Expand file tree Collapse file tree 26 files changed +283
-245
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.1 " ,
4+ "version" : " 0.4.2 " ,
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" : " ^0.4.1 " ,
14+ "@modelcontextprotocol/ext-apps" : " * " ,
1515 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
1616 "react" : " ^19.2.0" ,
1717 "react-dom" : " ^19.2.0" ,
1818 "zod" : " ^4.1.13"
1919 },
2020 "devDependencies" : {
2121 "@types/express" : " ^5.0.0" ,
22- "@types/node" : " ^ 22.0 .0" ,
22+ "@types/node" : " 22.10 .0" ,
2323 "@types/react" : " ^19.2.2" ,
2424 "@types/react-dom" : " ^19.2.2" ,
2525 "@vitejs/plugin-react" : " ^4.3.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-preact" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
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.1 " ,
25+ "@modelcontextprotocol/ext-apps" : " * " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
2727 "cors" : " ^2.8.5" ,
2828 "express" : " ^5.1.0" ,
3333 "@preact/preset-vite" : " ^2.0.0" ,
3434 "@types/cors" : " ^2.8.19" ,
3535 "@types/express" : " ^5.0.0" ,
36- "@types/node" : " ^ 22.0 .0" ,
36+ "@types/node" : " 22.10 .0" ,
3737 "concurrently" : " ^9.2.1" ,
3838 "cross-env" : " ^10.1.0" ,
3939 "typescript" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-react" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
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.1 " ,
35+ "@modelcontextprotocol/ext-apps" : " * " ,
3636 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
3737 "cors" : " ^2.8.5" ,
3838 "express" : " ^5.1.0" ,
4343 "devDependencies" : {
4444 "@types/cors" : " ^2.8.19" ,
4545 "@types/express" : " ^5.0.0" ,
46- "@types/node" : " ^ 22.0 .0" ,
46+ "@types/node" : " 22.10 .0" ,
4747 "@types/react" : " ^19.2.2" ,
4848 "@types/react-dom" : " ^19.2.2" ,
4949 "@vitejs/plugin-react" : " ^4.3.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-solid" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
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.1 " ,
25+ "@modelcontextprotocol/ext-apps" : " * " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
2727 "cors" : " ^2.8.5" ,
2828 "express" : " ^5.1.0" ,
3232 "devDependencies" : {
3333 "@types/cors" : " ^2.8.19" ,
3434 "@types/express" : " ^5.0.0" ,
35- "@types/node" : " ^ 22.0 .0" ,
35+ "@types/node" : " 22.10 .0" ,
3636 "concurrently" : " ^9.2.1" ,
3737 "cross-env" : " ^10.1.0" ,
3838 "typescript" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-svelte" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
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.1 " ,
25+ "@modelcontextprotocol/ext-apps" : " * " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
2727 "cors" : " ^2.8.5" ,
2828 "express" : " ^5.1.0" ,
3333 "@sveltejs/vite-plugin-svelte" : " ^5.0.0" ,
3434 "@types/cors" : " ^2.8.19" ,
3535 "@types/express" : " ^5.0.0" ,
36- "@types/node" : " ^ 22.0 .0" ,
36+ "@types/node" : " 22.10 .0" ,
3737 "concurrently" : " ^9.2.1" ,
3838 "cross-env" : " ^10.1.0" ,
3939 "typescript" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-vanillajs" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
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.1 " ,
25+ "@modelcontextprotocol/ext-apps" : " * " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
2727 "cors" : " ^2.8.5" ,
2828 "express" : " ^5.1.0" ,
3131 "devDependencies" : {
3232 "@types/cors" : " ^2.8.19" ,
3333 "@types/express" : " ^5.0.0" ,
34- "@types/node" : " ^ 22.0 .0" ,
34+ "@types/node" : " 22.10 .0" ,
3535 "concurrently" : " ^9.2.1" ,
3636 "cross-env" : " ^10.1.0" ,
3737 "typescript" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-basic-vue" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
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.1 " ,
25+ "@modelcontextprotocol/ext-apps" : " * " ,
2626 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
2727 "cors" : " ^2.8.5" ,
2828 "express" : " ^5.1.0" ,
3232 "devDependencies" : {
3333 "@types/cors" : " ^2.8.19" ,
3434 "@types/express" : " ^5.0.0" ,
35- "@types/node" : " ^ 22.0 .0" ,
35+ "@types/node" : " 22.10 .0" ,
3636 "@vitejs/plugin-vue" : " ^5.0.0" ,
3737 "concurrently" : " ^9.2.1" ,
3838 "cross-env" : " ^10.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-budget-allocator" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
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.1 " ,
29+ "@modelcontextprotocol/ext-apps" : " * " ,
3030 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
3131 "chart.js" : " ^4.4.0" ,
3232 "cors" : " ^2.8.5" ,
3636 "devDependencies" : {
3737 "@types/cors" : " ^2.8.19" ,
3838 "@types/express" : " ^5.0.0" ,
39- "@types/node" : " ^ 22.0 .0" ,
39+ "@types/node" : " 22.10 .0" ,
4040 "concurrently" : " ^9.2.1" ,
4141 "cross-env" : " ^10.1.0" ,
4242 "typescript" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-cohort-heatmap" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
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.1 " ,
29+ "@modelcontextprotocol/ext-apps" : " * " ,
3030 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
3131 "cors" : " ^2.8.5" ,
3232 "express" : " ^5.1.0" ,
3737 "devDependencies" : {
3838 "@types/cors" : " ^2.8.19" ,
3939 "@types/express" : " ^5.0.0" ,
40- "@types/node" : " ^ 22.0 .0" ,
40+ "@types/node" : " 22.10 .0" ,
4141 "@types/react" : " ^19.2.2" ,
4242 "@types/react-dom" : " ^19.2.2" ,
4343 "@vitejs/plugin-react" : " ^4.3.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @modelcontextprotocol/server-customer-segmentation" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
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.1 " ,
29+ "@modelcontextprotocol/ext-apps" : " * " ,
3030 "@modelcontextprotocol/sdk" : " ^1.24.0" ,
3131 "chart.js" : " ^4.4.0" ,
3232 "cors" : " ^2.8.5" ,
3636 "devDependencies" : {
3737 "@types/cors" : " ^2.8.19" ,
3838 "@types/express" : " ^5.0.0" ,
39- "@types/node" : " ^ 22.0 .0" ,
39+ "@types/node" : " 22.10 .0" ,
4040 "concurrently" : " ^9.2.1" ,
4141 "cross-env" : " ^10.1.0" ,
4242 "typescript" : " ^5.9.3" ,
You can’t perform that action at this time.
0 commit comments