oh-my-pr 2.15.1 → 2.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/index.cjs +252 -139
- package/dist/mcp.cjs +2 -2
- package/dist/public/assets/{index-DDtUCMEY.js → index-Dvadf2NE.js} +5 -5
- package/dist/public/index.html +7 -7
- package/dist/tui.mjs +221 -106
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ oh-my-pr --help # help
|
|
|
123
123
|
oh-my-pr --version # version
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
Set `PORT` to change the default web server port (`5001`).
|
|
126
|
+
Set `PORT` to change the default web server port (`5001`). If an MCP host needs to connect to a non-default server port, set `OH_MY_PR_PORT` for `oh-my-pr mcp`.
|
|
127
127
|
|
|
128
128
|
## Run From Source
|
|
129
129
|
|
|
@@ -141,6 +141,7 @@ The dashboard is available at `http://localhost:5001` by default. All `/api/*` r
|
|
|
141
141
|
- [Getting Started](docs/public/getting-started.md)
|
|
142
142
|
- [PR Babysitter](docs/public/pr-babysitter.md)
|
|
143
143
|
- [Agent Dispatch](docs/public/agent-dispatch.md)
|
|
144
|
+
- [PR Q&A](docs/public/pr-questions.md)
|
|
144
145
|
- [Configuration](docs/public/configuration.md)
|
|
145
146
|
- [Local API and MCP](LOCAL_API.md)
|
|
146
147
|
- [Contributing](CONTRIBUTING.md)
|