feat(cli): add create scaffolding command#554
feat(cli): add create scaffolding command#554FiammaMuscari wants to merge 3 commits intobasementstudio:canaryfrom
Conversation
|
@FiammaMuscari is attempting to deploy a commit to the xmcp Team on Vercel. A member of the Team first needs to authorize it. |
|
Added CLI documentation here: It covers:
|
|
Hey @FiammaMuscari ! Thanks for the PR! 👍 Could you add this behavior to the website docs? If you want to check how it looks on the website later, go to the root directory, run pnpm website, and you should be good to go. Don’t forget to add a Basehub token. You can get one by registering here and generating an API token. |
|
Addressed requested changes:
Verified locally via website build |
0xKoller
left a comment
There was a problem hiding this comment.
Everything looks good. One thing to change is in the docs: when it mentions the scaffolding, it would be nice to describe the result in a more explicit way.
Right now, it says that it is a file with the expected structure and boilerplate. The issue is that the user doesn’t know what the structure or boilerplate looks like until they run the command.
|
Updated the docs to make the scaffold output explicit |
|
LGTM! Remember to resolve pending merge conflicts |
4b04912 to
0ddfe9b
Compare
Closes #539
Adds
createscaffolding for tools, resources, and prompts, plus README docs for the new CLI usage.