-
Notifications
You must be signed in to change notification settings - Fork 613
fix: Expose Required params to Anthropic API #752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
All contributors have signed the CLA ✍️ ✅ |
c60db5d
to
fd94a60
Compare
Also fixed the
|
Added a build task for parity with other task commands. Used the suggested build command from the README. Also added "generates" annotations, which is useful as the Taskfile grows. Signed-off-by: Evan Wies <evan@neomantra.net>
Signed-off-by: Evan Wies <evan@neomantra.net>
Signed-off-by: Evan Wies <evan@neomantra.net>
I have read the Contributor License Agreement (CLA) and hereby sign the CLA. |
thanks @neomantra 🙏🏻 |
* chore: add build task and generates annotations Added a build task for parity with other task commands. Used the suggested build command from the README. Also added "generates" annotations, which is useful as the Taskfile grows. Signed-off-by: Evan Wies <evan@neomantra.net> * fix: expose Required params to Anthropic client Signed-off-by: Evan Wies <evan@neomantra.net> * fix: typo in cla.yml precomment -> prcomment Signed-off-by: Evan Wies <evan@neomantra.net> --------- Signed-off-by: Evan Wies <evan@neomantra.net>
Describe your changes
I added a simple build task (for parity) and bridged the
Required
parameters from the internalcrush
struct (extracted frommcp-go
) to the Anthropic API struct.I have self-reviewed my code and implemented this through inspection of the three repos. That said, I have not end-to-end tested it, i.e. having a test with Required args and seeing if Claude honors it, etc. I assumed this code was omitted due to project velocity and not that there was some specific issue.
Also fixed the CLA.
Checklist before requesting a review
CONTRIBUTING.md