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
**Cross-machine builds** — with a shared [GreptimeDB](#greptimedb-optional) instance, the build and the AI tool can run on different machines. Use `--session` to give both sides the same logical session name:
189
189
190
190
```bash
191
+
# Machine B (your laptop) — install once, bakes --session and --store into MCP config
`devtap install` writes the `--session` and `--store` flags into the MCP config file (e.g. `.mcp.json`), so the AI tool's MCP server automatically connects to the right GreptimeDB instance and session.
199
+
198
200
Multiple build machines can write to the same session simultaneously — each entry is tagged with its source, and the AI tool drains them all.
199
201
200
202
**Session auto-detection** — when `--session auto` (default), devtap resolves the project directory like this:
@@ -231,7 +233,7 @@ Flags:
231
233
--debounce <dur> Flush interval for captured output (default "2s", 0 to disable)
232
234
233
235
Subcommands:
234
-
install Configure AI tool integration
236
+
install Configure AI tool integration (--session and --store are forwarded to MCP config)
0 commit comments