HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pengli1707

no profile record

comments

pengli1707
·11 เดือนที่ผ่านมา·discuss
It's not about ""do not build multi-agents" it's about "do not build paralleled multi-agents"
pengli1707
·11 เดือนที่ผ่านมา·discuss
> This is 100% a problem with the MCP spec: it does not currently provide a way to narrow what tools, and therefore context, flow into the LLM.

it's not the business of MCP spec, it should be task/job level, different task may need different tools and MCP just supply entire tools it has. The tool pickup should be the take charge by llm. moreover maybe some has `while list` to include or exclude some tools, but it should not from MCP spec.
pengli1707
·12 เดือนที่ผ่านมา·discuss
Good, I have not dig into the code, just one question: how to deal with other stuff supplied by MCP server, I mean besides tools, server also supplied "resources", "prompt" and other functionality, I saw some struggle here(https://github.com/vincent-pli/mcp-cli-host/blob/main/docs/r...) and here(https://github.com/vincent-pli/mcp-cli-host/blob/main/docs/p...),