mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix(autovisualiser): use appInfo instead of clientInfo in MCP Apps init handshake (#9249)
Signed-off-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -192,7 +192,7 @@ var McpAppBridge = (function () {
|
||||
};
|
||||
sendRequest("ui/initialize", {
|
||||
protocolVersion: "2026-01-26",
|
||||
clientInfo: appIdentity,
|
||||
appInfo: appIdentity,
|
||||
appCapabilities: {
|
||||
availableDisplayModes: ["inline", "fullscreen"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user