You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will get you a list of all available add-ons for Solid that are compatible with the File Router.
126
126
127
+
## MCP (Model Context Protocol) Support (experimental)
128
+
129
+
You can launch the `create-tsrouter-app` CLI with the `--mcp` flag to enable MCP support. Use this in your MCP enabled IDE to allow the Agent model to generate TanStack Router applications.
130
+
131
+
```bash
132
+
npx create-tsrouter-app@latest --mcp
133
+
```
134
+
135
+
Shown below is the configuration for MCP support in Cursor.
0 commit comments