Pietro
@pietrozullo
Followers
738
Following
1K
Media
78
Statuses
331
Founder @mcpuse - ETH Zurich - dangerously skipping permissions - https://t.co/Kpoia4UP6y
San Francisco
Joined November 2016
@mcpuse python release 1.4.0! 🚀 🫶 We added several integrations with all the major providers so that you can use mcp-use to connect to MCP servers and create agents with any framework you want! Our client can connect to any MCP server, supports all the features of the
2
4
23
Cursed
0
0
5
love this, reminds me of when I closed my curtains with chatgtp writing an MCP server on the same ESP32, this is going to be something
1
0
5
Check out our repo https://t.co/6oOjyvxvY4 and the release notes
docs.mcp-use.com
Major upgrade to LangChain 1.0.0 with direct provider integrations
1
0
2
Chek this out at: docs: https://t.co/YU2Et6QheR repo:
github.com
mcp-use is the easiest way to interact with mcp servers with custom agents - mcp-use/mcp-use
0
0
0
That’s It! The widget is automatically: * Registered as tool: user-card * Available as resource: ui://widget/user-card.html * Ready in ChatGPT: LLM can call it with name, email, avatar, role
1
0
0
And you can use them directly in your component, with the useWidget hook.
1
0
0
You can define the props to your widget using, these are automatically transformed into the inputs of the tool that the LLM should call to display the UI element.
1
0
0
index.ts is your MCP entrypoint in the /resources folder you have the widgets UI resources
1
0
0
It is super easy, just type: npx create-mcp-use-app my-mcp-server --template apps-sdk this will create all the necessary files for your MCP server
1
0
0