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
## MCP (Model Context Protocol) Support (experimental)
97
97
98
98
You can launch the `create-start-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 Start applications.
99
99
100
100
```bash
101
-
pnpx create-start-app@latest --mcp
101
+
pnpm dlx create-start-app@latest --mcp
102
102
```
103
103
104
104
Here is the JSON configuration for MCP support in many MCP clients.
@@ -107,7 +107,7 @@ Here is the JSON configuration for MCP support in many MCP clients.
If you prefer traditional code-based routing, you can select it in the interactive CLI or specify it by using either the `typescript` or `javascript` template:
Will get you a list of all available add-ons for Solid that are compatible with the File Router.
@@ -139,7 +139,7 @@ Will get you a list of all available add-ons for Solid that are compatible with
139
139
You can launch the `create-tanstack-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.
140
140
141
141
```bash
142
-
pnpx create-tanstack-app@latest --mcp
142
+
pnpm dlx create-tanstack-app@latest --mcp
143
143
```
144
144
145
145
Here is the JSON configuration for MCP support in many MCP clients.
@@ -148,7 +148,7 @@ Here is the JSON configuration for MCP support in many MCP clients.
If you prefer traditional code-based routing, you can select it in the interactive CLI or specify it by using either the `typescript` or `javascript` template:
Will get you a list of all available add-ons for Solid that are compatible with the File Router.
@@ -139,7 +139,7 @@ Will get you a list of all available add-ons for Solid that are compatible with
139
139
You can launch the `create-tanstack` 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.
140
140
141
141
```bash
142
-
pnpx create-tanstack@latest --mcp
142
+
pnpm dlx create-tanstack@latest --mcp
143
143
```
144
144
145
145
Here is the JSON configuration for MCP support in many MCP clients.
@@ -148,7 +148,7 @@ Here is the JSON configuration for MCP support in many MCP clients.
If you prefer traditional code-based routing, you can select it in the interactive CLI or specify it by using either the `typescript` or `javascript` template:
Will get you a list of all available add-ons for Solid that are compatible with the File Router.
@@ -139,7 +139,7 @@ Will get you a list of all available add-ons for Solid that are compatible with
139
139
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.
140
140
141
141
```bash
142
-
pnpx create-tsrouter-app@latest --mcp
142
+
pnpm dlx create-tsrouter-app@latest --mcp
143
143
```
144
144
145
145
Here is the JSON configuration for MCP support in many MCP clients.
@@ -148,7 +148,7 @@ Here is the JSON configuration for MCP support in many MCP clients.
0 commit comments