Skip to content

Commit e1f2659

Browse files
authored
Update README.md
1 parent 376707e commit e1f2659

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
This repository showcases example UI components to be used with the Apps SDK, as well as example MCP servers that expose a collection of components as tools.
66
It is meant to be used as a starting point and source of inspiration to build your own apps for ChatGPT.
77

8+
*Note: If you are on Chrome and have recently updated to version 142, you will need to disable the [`local-network-access` flag](https://developer.chrome.com/release-notes/142#local_network_access_restrictions) to see the widget UI.
9+
10+
How to disable it:
11+
12+
1. Go to chrome://flags/
13+
2. Find #local-network-access-check
14+
3. Set it to Disabled
15+
*
16+
817
## MCP + Apps SDK overview
918

1019
The Model Context Protocol (MCP) is an open specification for connecting large language model clients to external tools, data, and user interfaces. An MCP server exposes tools that a model can call during a conversation and returns results according to the tool contracts. Those results can include extra metadata—such as inline HTML—that the Apps SDK uses to render rich UI components (widgets) alongside assistant messages.

0 commit comments

Comments
 (0)