getsentry / getsentry/sentry-mcp
JSON output support from tool calls
- Dominant language
- TypeScript
- Stars
- 853
- Forks
- 144
- Avg merge
- 19h 25m
- Merged PRs (30d)
- 32
Description
The current tool response is in Markdown format, which is a really nice improvement you guys have made, and I fully understand the rationale behind the move.
However, with Markdown output, it's quite difficult to render frontend components from the tool response (e.g., in Gen UI).
If each tool could accept an outputFormat parameter (with literal values like "md" or "json"), it would solve this issue. This parameter should be optional and default to "md", but if set to "json", the tool must return the raw JSON API response instead of the parsed Markdown output.
I'm open to creating a PR for this as well.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.