sweetspot-remote-agent 1.8.1 → 1.8.2
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/bin/cli.js +0 -0
- package/mcp-server.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
File without changes
|
package/mcp-server.js
CHANGED
|
@@ -258,7 +258,7 @@ const port = portIdx !== -1 ? parseInt(args[portIdx + 1], 10) : 8080;
|
|
|
258
258
|
|
|
259
259
|
import os from "os";
|
|
260
260
|
|
|
261
|
-
const BOT_SERVER = "
|
|
261
|
+
const BOT_SERVER = process.env.BOT_SERVER || "http://34.50.31.218:3000";
|
|
262
262
|
|
|
263
263
|
// --name "슬랙아이디" 필수
|
|
264
264
|
const nameIdx = args.indexOf("--name");
|