Skip to content

Commit 0170c89

Browse files
authored
Fix broken link in README
Fix broken link in README
1 parent 3ef1d3b commit 0170c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo provides:
88
- [types.ts](./src/types.ts): Types of JSON-RPC messages used to communicate between Apps & their host
99
- Note that MCP Apps also use some standard MCP messages (e.g. `tools/call` for the App to trigger actions on its originating Server - these calls are proxied through the Host), but these types are the additional messages defined by the extension
1010

11-
- [examples/simple-example](./examples/simple-example): Example Server + Apps
11+
- [examples/simple-example](./examples/simple-server): Example Server + Apps
1212
- [server.ts](./examples/simple-server/server.ts): MCP server with two tools that declare UI resources of Apps to be show in the chat when called
1313
- [ui-react.tsx](./examples/simple-server/src/ui-react.tsx): React App returned by the `create-ui-react` tool shows how to use the `useApp` hook to register MCP callbacks
1414
- [ui-vanilla.tsx](./examples/simple-server/src/ui-vanilla.ts): vanilla App returned by the `create-ui-vanilla`

0 commit comments

Comments
 (0)