-
Notifications
You must be signed in to change notification settings - Fork 7
bump deploy --mcp-server #781
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
- valid example with parking.yaml - JSON Schema to validate format
15f27eb to
4e09438
Compare
|
The test Naïve solution would be to force object info in Flower specification, or we need to clean a bit more how ApiDefinition type is used, exported, imported. |
3287ddb to
0716065
Compare
Send request to the Bump API, to endpoint POST /api/v1/mcp_servers/:mcp_server_id_or_slug/deploy CLI commande should be: bump deploy --mcp-server "meilleur-choix-possible" ./flower.yml
since type APIDefinition = AsyncAPI | Flower | OpenAPI | OpenAPIOverlay, we can not assure in tests that APIDefinition.info exists temporarly fixed by exporting OpenAPI instead of APIDefinition, but is it correct?
to be discussed
|
cc @paulRbr , les points en discussion sont dans les 3 derniers commits dédiés:
|
0716065 to
0232519
Compare
Je crois que c'est plus simple de garder une seul lib Mais en réalité j'ai pas d'avis fort. Comme tu veux! (Il faudra juste bien penser à exporter la nouvelle lib
Je trouve ça contre-intuitif de passer le code de status HTTP dans l'objet |
Currently, send request to the Bump API,
to endpoint
POST /api/v1/workflow/version
API design in discussion, cf https://github.com/bump-sh/bump/pull/8134
TODO:
bump deploy --mcp-serverfavor a dedicated file ?