▲ | threecheese 3 months ago | |
It seems to support your ask, as much as a protocol can. Having read all the docs and looked through some code, my mental model is:
It seems mostly modeled around the security boundaries, rather than just AI capabilities domains. The client is always in the loop, the host and server do not directly communicate. | ||
▲ | worldsayshi 3 months ago | parent [-] | |
I look at the filesystem server and I don't see any indication of a difference between a tool that is just reading from one that is doing changes: https://github.com/modelcontextprotocol/servers/blob/main/sr... How can an add on that works with arbitrary "servers" tell the difference between these two tools? Without being able to tell the difference you can't really build a generic way to ask for confirmation in the application that is using the server...
|