Commit b80081d
chore(release): v2.8.1 (#35)
* fix(mcp): return structured error results instead of raw stdout writes
API errors were bypassing the MCP protocol by writing multi-line JSON
to stdout and calling process.exit(1), breaking stdio transports that
read line-by-line. Errors now propagate from the client and are caught
by MCP tool handlers as proper isError results.
Closes #34
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore(release): v2.8.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8ce29c1 commit b80081d
3 files changed
Lines changed: 254 additions & 284 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments