Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
It would be helpful to have documentation on the output format of each CLI command. At the moment, https://github.com/scaleway/scaleway-cli/blob/main/core/command.go#L109 is not typed.
A first step would be to include typing information for the command so that it can be introspected and then serve in MCP.
How I imagine scw could expose this functionality
References
Community Note
Description
It would be helpful to have documentation on the output format of each CLI command. At the moment, https://github.com/scaleway/scaleway-cli/blob/main/core/command.go#L109 is not typed.
A first step would be to include typing information for the command so that it can be introspected and then serve in MCP.
How I imagine scw could expose this functionality
References