Replies: 1 comment 2 replies
-
@Hakstar would you be open to sharing some of the code for your agent application here to illustrate your point? That could help me provide more specific feedback or suggestions! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now, MCP can provide prompts, tools, and resources for LLMs. Most agent frameworks, like Autogen and LangChain, support MCP tools, and prompts can be set in system_message. However, how to use resources effectively has become an important challenge.
For example, when setting up a MySQL server with MCP (which only has one tool: executing SQL), the process involves generating an SQL query, executing it with the tool, and then letting the LLM handle the raw data. But in reality, users only need the raw data itself. I'm not sure if using resources can solve this issue or if there's a better way for users to interact with the LLM.
Beta Was this translation helpful? Give feedback.
All reactions