HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pzullo

156 karmajoined 5 yıl önce

Submissions

Launch HN: Manufact (YC S25) – MCP Cloud

manufact.com
111 points·by pzullo·9 gün önce·70 comments

Show HN: How we made MCP development feel good

manufact.com
6 points·by pzullo·2 ay önce·1 comments

Show HN: Code Mode for MCP in MCP-use's client

3 points·by pzullo·8 ay önce·3 comments

Show HN: Mcp-use – Connect any LLM to any MCP

github.com
155 points·by pzullo·12 ay önce·74 comments

comments

pzullo
·8 gün önce·discuss
this is something you would handle at the code level as you build your MCP - or better we do not offer those yet at platform level as it always seems that is something developers would put in the code - which shape would you imagine ?
pzullo
·8 gün önce·discuss
on claude you'll need an enterprise and team account here is their post about it https://claude.com/blog/observability-for-developers-buildin... on chat you can find it in the openai platform https://platform.openai.com/apps-manage - need a paid account too
pzullo
·9 gün önce·discuss
Thanks for asking we have several! here is our own, it is both on the ChatGPT https://chatgpt.com/apps/manufact/asdk_app_69cbfd610c3881919... and Claude Connector store https://claude.ai/directory/connectors/manufact
pzullo
·9 gün önce·discuss
Thanks for the comment I wrote this piece that goes a bit into this https://manufact.com/blog/what-is-an-mcp-app

TLDR Claude does it today, Chat will probably start soon.
pzullo
·9 gün önce·discuss
happy to onboard you personally! We did a stainless migration two days ago :)
pzullo
·9 gün önce·discuss
Thanks for the comment! Vercel is a generic cloud provider, so you won’t get any of the MCP specific features (listed in the post) and development experience - monetization is still not regulated by the protocol, so people would pay for your product before using your MCP, then you can charge based on subscription or usage as usual!

Do you use MCP-handler for your MCP ?
pzullo
·9 gün önce·discuss
noted! thanks for the feedback, will be gone soon edit: gone
pzullo
·9 gün önce·discuss
thanks!
pzullo
·9 gün önce·discuss
thanks!
pzullo
·9 gün önce·discuss
hey thanks for the feedback, we do not really offer a "set" of pre made MCPs that we could show pre signup, unfortunately our platform requires you to deploy something to use it - we try to give an overview of all the features in our "Platform" section in the navbar on top
pzullo
·9 gün önce·discuss
a few thoughts for MCP: - typescript "runs" in the browser, which is very handy to develop browser side MCP Clients - for similar reasons it is the only real option to develop UIs for MCP Apps for instance

not particularly related to MCP: as most products rely on external APIs provided by the labs (ChatGPT wrapper as we used to call them) frontend languages become more important
pzullo
·9 gün önce·discuss
with our SDK we provide many adapters to popular authentication providers which basically provision oauth on your server in one line of code, here the docs https://docs.mcp-use.com/typescript/server/authentication/in...

also we ship templates for you to get started https://manufact.com/templates
pzullo
·9 gün önce·discuss
thank you so much we have put a lot of love into our product!

pricing: we offer several credit based products that have different cost - requests, build minutes, eval runs, checklist all have different unit cost the breakdown is here https://docs.manufact.com/dashboard/billing thanks for pointing out that it should be more transparent!

auth: we published a few blogs https://manufact.com/blog/oauth-mcp https://manufact.com/blog/authentication

+ lots of auth templates you can start from https://manufact.com/templates
pzullo
·9 gün önce·discuss
+1 !! Thanks for putting it so clearly, also CLIs and REST have their space in some applications, I think MCP is a way to organize them and distribute them better
pzullo
·8 ay önce·discuss
This is an interesting approach and I just saw your post on reddit too, good stuff!
pzullo
·11 ay önce·discuss
We have it ! https://github.com/mcp-use/mcp-use-ts
pzullo
·11 ay önce·discuss
Hey, awesome work with the error formatter, as explained above I think error creation falls more under the server responsibilities if it contains any logic about the error (e.g. is retryable). It would be interesting to hear your opinion on a format for LLM side errors.

Regarding the multi server failure case: (without server manager) today if one of the server dies the agent will keep going, I do not think this is a particularly thought through decision, probably the client should error out, or let the agent know that the server is dead. (with server manager) the agent will try to connect to the dead server, get an error, possibly retry, but if the server keeps being unable to connect to, the agent will eventually bail. Indeed it is an interesting problem. How do you see the responsibility split here ?

Regarding the flakyness, ultimate dream, but requires some more work, I think that monitoring this is something that the client has a privileged position of doing, we will do it for sure. I think this is going to be great feedback for companies building servers. Happy to coordinate on ideas on how to do this best.
pzullo
·11 ay önce·discuss
Hey thanks for the comment, the work from https://github.com/bjoaquinc/mcp-error-formatter is great. I will definitely put some version of this into one of the next releases. Just opened an issue mentioning this thread.

The problem with the package above is that it is server side, and I think it should be. Server is the one that knows (has responsibility to know) if a tool is retryable and has informations about the error, and fairly so.

I see though how some sort of improved error formatting could be introduced in the client as well, but it shouldn't contain any logic about the error, rather format the error in the best way possible (in the direction in which it is best understandable by LLMs).
pzullo
·11 ay önce·discuss
I'd love to hear what you do not like about their client. What issues does it have ?
pzullo
·11 ay önce·discuss
Nice! shoot us a message on Linkedin :)