Description:
I followed the steps in the README (clone, pnpm install, pnpm run build, then cd pizzaz_server_node → pnpm start). The server logs:
Pizzaz MCP server listening on http://localhost:8000
SSE stream: GET http://localhost:8000/mcp
Message post endpoint: POST http://localhost:8000/mcp/messages?sessionId=…
However, when I browse http://localhost:8000 I get a “Not Found” message.

When I browse http://localhost:8000/mcp I see something (an event: endpoint message) but no UI or widget appears.

I want to ask if this is acceptable behavior or if my expectations are completely wrong.