Commit 54021a0
Fix event log types (#41601)
Use dense line-based log format for MCP logs tool, just like `npx convex logs`. Pipe the right types in: previously we have log stream types, a completely different API. Note that these types aren't considered stable, although any property that an old CLI version uses at runtime is unlikely to disappear quickly.
GitOrigin-RevId: fd7c723d06bc7eeb4a491966ae712b05a06da1b21 parent 4257fdc commit 54021a0
File tree
12 files changed
+687
-767
lines changed- src/cli
- lib
- mcp/tools
12 files changed
+687
-767
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments