mcp
https://modelcontextprotocol.io/docs/learn/architecture
core components
application 中manage多个mcp client
每个mcp client连接对应的mcp server
bcp
Confused Deputy Problem: mcp proxy使用static client ID,无dynamic registration,browser侧不做user人工确认,攻击者(evil client)可能构造恶意redirect URI,欺骗用户点击登录并授权,最终获取用户的access token。
分析
proxy场景需要强信任。
直连场景主要依赖oauth2.1。