App-runtime MCP server scaffolding for SMRT apps — `createMcpAppServer` plus transport adapters (SvelteKit today) for exposing a SMRT app's MCP surface over HTTP.
{
"mcpServers": {
"happyverticalsmrt-app": {
"command": "npx",
"args": [
"-y",
"@happyvertical/smrt-app-mcp"
]
}
}
}