@phidiassj/aiyoperps-mcp-bridge 0.8.4 → 0.8.5
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 -0
- package/bin/aiyoperps-mcp-bridge.js +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -195,8 +195,9 @@ function writeFrame(jsonText) {
|
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
function parseOptions(args) {
|
|
198
|
+
const defaultUrl = env.AIYOPERPS_MCP_URL || 'http://127.0.0.1:5078/mcp';
|
|
198
199
|
const options = {
|
|
199
|
-
url:
|
|
200
|
+
url: defaultUrl,
|
|
200
201
|
healthCheck: false,
|
|
201
202
|
startupPing: false,
|
|
202
203
|
quiet: false,
|