redhat-developer / redhat-developer/mapt
[feat] Actions should return values and the wrapper should decide what to do
Open
@abdulazeem-tk4vr is already working on this.
Since Jul 14, 2026.
enhancement
size/XL
- Dominant language
- Go
- Stars
- 24
- Forks
- 36
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 8
Description
The main use case for mapt was to be used as a cli tool (wrapped on a container) as so the management for the outputs was done writing the content to a set of files. That logic was also included as part of the action layer.
On https://github.com/mapt-oss/mapt-mcp/pull/1 mapt will be wrapped by an mcp server, the mcp server directly uses the action layer and may do not need to write the files.
- This feat proposes to add return struct on eachaction with the current ouputs
- Move the manage results functions (write to files) to the cli layer
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.