Replies: 1 comment 1 reply
|
This should have been addressed by #24889. Is this not working for you? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
CreateWorkspaceArgsdoesn't support apresetargument, unlike the CLI and web UI. Supporting apresetargument (likecoder create --presetdoes) would make workspace creation more ergonomic, and allow developers to reuse familiar concepts.https://github.com/coder/coder/blob/v2.33.2/codersdk/toolsdk/toolsdk.go#L442C6-L449
Bonus: Something like
coder templates presets listfor MCP server to assist discovery would be very helpful too.All reactions