Skip to content

Commit 55f884f

Browse files
committed
Merge branch 'feat/apps-sdk'
2 parents 6a7f337 + 61292e3 commit 55f884f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,19 @@ docker run --rm -p 3000:3000 ghcr.io/evalstate/hf-mcp-server:latest
132132

133133
All commands above start the Management Web interface on http://localhost:3000/. The Streamable HTTP server is accessible on http://localhost:3000/mcp. See [Environment Variables](#Environment Variables) for configuration options. Docker defaults to Streamable HTTP (JSON RPC) mode.
134134

135+
### Developing OpenAI Apps SDK Components
136+
137+
To build and test the Apps SDK component, run
138+
139+
```bash
140+
cd packages/app
141+
npm run dev:widget
142+
```
143+
144+
Then open `http://localhost:5173/gradio-widget-dev.html`. This will bring up a browser with HMR where you can send Structured Content to the components for testing.
145+
146+
![skybridge-viewer](./docs/skybridge-dev.png)
147+
135148

136149
## Development
137150

0 commit comments

Comments
 (0)