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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ The server is now running and ready to connect to your AI assistant. See [Connec
53
53
54
54
```bash
55
55
cd apps/truvera-api
56
-
MCP_MODE=http npm run dev # HTTP transport (recommended)
56
+
npm run build
57
+
MCP_MODE=http npm start # HTTP transport (recommended)
57
58
```
58
59
59
60
> **Transport modes:** HTTP transport is well-tested and recommended for development and production. STDIO transport is experimental — use it only if your client requires it and you are comfortable with limited test coverage.
0 commit comments