Skip to content

Commit 535dae6

Browse files
authored
Merge pull request #11 from gulbaki/patch-1
Fix broken link in README
2 parents 0f31e0a + 5804a41 commit 535dae6

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
@@ -10,7 +10,7 @@ This repo provides:
1010

1111
- [types.ts](./src/types.ts): Types of JSON-RPC messages used to communicate between Apps & their host
1212
- 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
13-
- [examples/simple-example](./examples/simple-example): Example Server + Apps
13+
- [examples/simple-example](./examples/simple-server): Example Server + Apps
1414
- [server.ts](./examples/simple-server/server.ts): MCP server with three tools that declare UI resources of Apps to be show in the chat when called
1515
- [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
1616
- [ui-vanilla.tsx](./examples/simple-server/src/ui-vanilla.ts): vanilla App returned by the `create-ui-vanilla`

0 commit comments

Comments
 (0)