Luca Chang
Luca Chang
> My thinking is that React must internally know that it's the same React "element", since otherwise React wouldn't be able to resolve the `` boundary. Could someone confirm if...
Adding another reference point: LibreChat uses a similarish YAML config to Claude Desktop ([example](https://github.com/danny-avila/LibreChat/blob/main/librechat.example.yaml#L124-L150)). Bringing it up here as it's notably not JSON; YAML is a superset of JSON but...
Should we have `list_changed` notifications on this too, or are we explicitly not including it right now/at all? Most servers shouldn't have use cases that require `list_changed`, but those that...
Out of curiosity, how would this be used at a high level? Would every MCP server be responsible for doing searches over its own tools itself, with the client host...
The introduction of a new dependency call into the query path is still a significant change to consider, but emphasizing that this is an optional capability intended for the largest...
I think that highlights another question to be answered around how search queries might be supported at a process/implementation level in light of the fact that the LLM wouldn't know...
Having a sort of dual-pattern download like that sounds like a good idea for this in particular — HTTP's capabilities for large downloads via chunked transfers are already good for...
Yup - it crossed my mind because the Java SDK has an [overload](https://github.com/modelcontextprotocol/java-sdk/blob/07e7b8fd6bac47be4527f97451f8cdd95ed31a38/mcp/src/main/java/io/modelcontextprotocol/client/McpAsyncClient.java#L612-L641) that takes a resource reference directly (as you note, useful for feeding from `resources/list` directly into `resources/read`),...
A direct download escape hatch on its own would be a starting point, but agreed, private resources aren't addressed by just adding that. Presigned URLs exist, but aren't suitable for...
> Would you propose support for offering the resource in both formats and allowing the client to choose or it has to be one or the other? I interpret the...