Replies: 2 comments 1 reply
-
Hi @Dhruv-mak -- hope you don't mind, but I'm going to transfer this to discussions. |
Beta Was this translation helpful? Give feedback.
-
Hi @Dhruv-mak, thanks for dropping by! Have you tried the Brief reply, and may well follow up with a bit more but a couple of points about MCP first:
When discussing Resources that are used within tools we are typically talking about the EmbeddedResource type - which is essentially an attachment to the message - rather than an MCP Resource which is a primitive offered by the Server (although of course there is overlap). [edit] -- to add - to best help answer the question it's useful to know where the CSV file is in your scenario, and what the LLM's job is (e.g. calling a program or figuring out the data shapes...) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I'm new to fast-agent and may be missing something obvious. I'm trying to understand the best approach for my use case:
I understand what MCP tools do, but I'm still confused about resources. I've noticed resources are typically used within tools, but I have a specific question:
If I have a function that plots graphs from CSV input, should I be using MCP resources? If yes, how would I configure an agent that has access to this resource and returns the generated image back to me?
Currently, I'm working with code similar to:
Any guidance on best practices for this scenario would be greatly appreciated!
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions