Skip to content

Commit 5ef433e

Browse files
committed
Remove references to ecommerce
1 parent 2f0e756 commit 5ef433e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
108106
uvicorn 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`.
112109
You 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

0 commit comments

Comments
 (0)