Thank you & GoCRUD Project Based on Huma #940
Replies: 4 comments
-
|
@ckoliber this is awesome, thank you so much! 🎉 |
Beta Was this translation helpful? Give feedback.
-
|
With the SSE support it makes me wonder how hard it would be to add MCP . Saw example : MCP package: The hooks aspect off the DB would allow this ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @joeblew999 Thanks for your comment! Just to clarify, do you mean using database-level hooks so that an SSE event is sent whenever a record is updated or changed in the database, like triggering a stream from GoCRUD? If that's what you meant, currently streaming support (like real-time SSE broadcasting) hasn't been implemented in GoCRUD yet — but it's definitely a feature worth considering! Let me know if I understood your point correctly. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @ckoliber Yes that’s exactly what I was getting at. Fire an sse event when a record changes . I have been using huma to build servers that both restful but also that are MCP servers also . The SSE integration is what does it . So we could try extending your project to also be an MCP server too , so you can ask questions of the database and perhaps later do database operations like running certain ops level things on the db . I am also trying out building stdio integration so that Claude code and Claude desktop can use the MCP also . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Huma team,
I wanted to express my gratitude for the amazing Huma framework. I've created a project called GoCRUD (https://github.com/ckoliber/gocrud) that builds on top of Huma to provide automatic CRUD API generation with features like:
GoCRUD heavily relies on Huma's powerful features and has been designed to integrate seamlessly with it. If you maintain a list of dependent projects, I would be honored to have GoCRUD included.
Thank you again for creating such a fantastic framework!
Best regards,
KoLiBer
Beta Was this translation helpful? Give feedback.
All reactions