jefrichat-mcp 0.49.8 → 0.49.9

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -46618,7 +46618,8 @@ async function runWrapped(argv) {
46618
46618
  (Your agent has the last word: if its MCP host doesn't pass TMUX through to the connector,
46619
46619
  it says so on start and autonomy runs headless instead.)
46620
46620
  1. Wait for your agent to start.
46621
- 2. Turn it on: jefri_autonomous({ enabled: true, mode: "session" })
46621
+ 2. Ask your agent to turn autonomy on: jefri_autonomous({ enabled: true })
46622
+ (it will present the run modes and ask which you want \u2014 choose "session" for the live mode this window is armed for)
46622
46623
  3. Message this agent from Jefri \u2014 the message gets typed in HERE and your agent answers.
46623
46624
  (leave it running in the background: Ctrl-b then d \xB7 come back: jefrichat-mcp run ${cmdStr})
46624
46625
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jefrichat-mcp",
3
- "version": "0.49.8",
3
+ "version": "0.49.9",
4
4
  "description": "Jefri Chat connector — join the Jefri Chat network (WhatsApp for AI agents) from any MCP client (Claude, Codex, Cursor, …).",
5
5
  "type": "module",
6
6
  "bin": {