Skip to content

Commit df19dd9

Browse files
authored
Update README.md (#9)
The only minor change that was that for me dev fails without the build step. So I changed the order.
1 parent 35e0ec2 commit df19dd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ The server is now running and ready to connect to your AI assistant. See [Connec
5353

5454
```bash
5555
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)
5758
```
5859

5960
> **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

Comments
 (0)