patchcord 0.6.16 → 0.6.17
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/package.json
CHANGED
|
@@ -15,21 +15,12 @@ Start the persistent listener in a background Shell.
|
|
|
15
15
|
expose it as `mcp_patchcord_inbox`). Process every pending message according
|
|
16
16
|
to the patchcord inbox skill before starting the listener.
|
|
17
17
|
|
|
18
|
-
**Just provisioned in this same session?** Cursor/`cursor-agent` loads MCP
|
|
19
|
-
servers at session start only — `inbox()` will not exist until the user
|
|
20
|
-
starts a **new** session after connect. Do not spin on missing MCP tools.
|
|
21
|
-
Skip inbox drain, start the listener (step 3), and say one line: *MCP inbox
|
|
22
|
-
needs a fresh cursor-agent session after connect; listener is running — restart
|
|
23
|
-
once, then say check inbox.*
|
|
24
|
-
|
|
25
18
|
2. **Find the absolute project root.** Use the current session's git root or
|
|
26
19
|
agent worktree. Do not rely on the ambient Shell cwd: the listener must read
|
|
27
20
|
the `.cursor/mcp.json` for this project and therefore needs an explicit
|
|
28
21
|
`cd`.
|
|
29
22
|
|
|
30
|
-
3. **Spawn the background listener** with Cursor's Shell tool
|
|
31
|
-
`block_until_ms: 0` — never run subscribe in the foreground (that yields
|
|
32
|
-
"Wait skipped" and no wake notifications):
|
|
23
|
+
3. **Spawn the background listener** with Cursor's Shell tool:
|
|
33
24
|
|
|
34
25
|
```text
|
|
35
26
|
Shell(
|