-
Notifications
You must be signed in to change notification settings - Fork 20
feat(scripts): add push to mcp-node on release #4784
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
base: main
Are you sure you want to change the base?
Conversation
✔️ Code generated!
📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
@@ -57,6 +57,7 @@ get: | |||
tags: | |||
- abtest | |||
operationId: listABTests | |||
x-mcp-tool: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as per @kombucha's comment this might be easier/better to handle at the mcp repository level, unless we see some documentation purposes that we want to reflect on our API reference pages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be indeed reflected in the documentation at some point! I'd stick with your solution !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gg !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
God save the OpenAPI spec!
🧭 What and Why
🎟 JIRA Ticket:
Changes included:
This PR adds mcp-node to the repository to spread the specs to, it also updates the support for JSON output as this is what's expected there.