You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,19 @@ docker run --rm -p 3000:3000 ghcr.io/evalstate/hf-mcp-server:latest
132
132
133
133
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.
134
134
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.
0 commit comments