Releases: mctop-org/mctop
Releases · mctop-org/mctop
v0.14.0
Changelog
- d2318b3: surface enum, default, and format from a tool's arg schema (@aloki-alok)
- e76cca0: match the search query against item descriptions too (@aloki-alok)
- 5208596: stop a form submit when a required argument is empty (@aloki-alok)
v0.13.2
Changelog
- c4c837f: render prompt messages as markdown headings (@aloki-alok)
- 3413da2: render resource and prompt bodies as formatted markdown (@aloki-alok)
v0.13.1
Changelog
- 2d6102c: bound the tui's initial connect so a stalled server cannot freeze it (@aloki-alok)
v0.13.0
Changelog
- d905c0b: add MIT license file so the repo is properly licensed (@aloki-alok)
- ba97df3: run vet, tests, and build on every push and pull request (@aloki-alok)
- 836a358: add release, ci, and license badges and link the license file (@aloki-alok)
- a20dec5: record every JSON-RPC frame so the protocol can be inspected (@aloki-alok)
- f52c9fb: add a protocol trace overlay to the TUI, opened with T (@aloki-alok)
- eac72ea: show a demo gif at the top of the readme (@aloki-alok)
- ac252d5: document the protocol trace view in the readme (@aloki-alok)
- a58fc48: add CONTRIBUTING and issue and PR templates for contributors (@aloki-alok)
- b5da14c: dial legacy HTTP+SSE servers with an SSE connect option (@aloki-alok)
- 555ca02: accept --sse on the cli and sse in a test spec (@aloki-alok)
- 3ddc59f: document the --sse transport flag (@aloki-alok)
v0.12.0
Changelog
- f07802a: render the most structured form of a tool result (@aloki-alok)
- 6c38f3a: show structured tool results in the client and call (@aloki-alok)
v0.11.0
Changelog
- 30b64a7: detect an envelope result and cap wide tables (@aloki-alok)
- ae537da: navigate envelope-wrapped record lists (@aloki-alok)
v0.10.0
Changelog
- e11f4e0: render an array-of-objects result as a selectable table (@aloki-alok)
- 9968da3: navigate result rows and expand one into a detail view (@aloki-alok)
v0.9.0
Changelog
- c826add: render results as a human insight view, not just prettified JSON (@aloki-alok)
- db16b92: document the insight result view in the readme (@aloki-alok)
v0.8.1
Changelog
- 9560c1d: keep heavy results from breaking the terminal (@aloki-alok)
v0.8.0
Changelog
- 5b62e6b: lay out results by shape: tables for lists, aligned key/value for objects (@aloki-alok)