mcp-app-solid.md

MCP App Solid Starter

UI App
from"modelcontextprotocol"
2.4k

SolidJS starter template for reactive MCP Apps with fine-grained reactivity

Developer Tools
SolidJSreactivefine-grainedtemplate
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/starters/solid
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve