File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,9 @@ The MCP servers in this demo highlight how each tool can light up widgets by com
2323
2424- ` src/ ` – Source for each widget example.
2525- ` assets/ ` – Generated HTML, JS, and CSS bundles after running the build step.
26- - ` sample-data/ ` – Shared catalog data used by the widgets and MCP servers.
2726- ` pizzaz_server_node/ ` – MCP server implemented with the official TypeScript SDK.
2827- ` pizzaz_server_python/ ` – Python MCP server that returns the Pizzaz widgets.
2928- ` solar-system_server_python/ ` – Python MCP server for the 3D solar system widget.
30- - ` ecommerce_server_python/ ` – Python server that powers the ecommerce carousel sample.
3129- ` build-all.mts ` – Vite build orchestrator that produces hashed bundles for every widget entrypoint.
3230
3331## Prerequisites
@@ -108,7 +106,6 @@ pip install -r solar-system_server_python/requirements.txt
108106uvicorn solar-system_server_python.main:app --port 8000
109107```
110108
111- Run ` pnpm run build ` in the repository root before starting the server so it can serve ` assets/ecommerce.html ` .
112109You can reuse the same virtual environment for all Python servers—install the dependencies once and run whichever entry point you need.
113110
114111## Testing in ChatGPT
You can’t perform that action at this time.
0 commit comments