backlog.md-darwin-x64 1.47.0 → 1.47.1

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 (3) hide show
  1. package/README.md +2 -2
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -194,7 +194,7 @@ You can run `backlog init` (even if you already initialized Backlog.md) and choo
194
194
 
195
195
  </details>
196
196
 
197
- Use the shared `backlog` server name everywhere the MCP server auto-detects whether the current directory is initialized and falls back to `backlog://init-required` when needed.
197
+ Use the shared `backlog` server name everywhere. The server finds the active project from your client's MCP roots, and re-resolves when you switch workspace or worktree. Until it finds one, it serves `backlog://init-required`. A single user-scope server covers every repo.
198
198
 
199
199
  ### Manual config
200
200
 
@@ -212,7 +212,7 @@ Use the shared `backlog` server name everywhere – the MCP server auto-detects
212
212
  }
213
213
  ```
214
214
 
215
- If your IDE can't set the process working directory for MCP servers, set `BACKLOG_CWD` as shown above.
215
+ Set `BACKLOG_CWD` to pin the server to one project and stop workspace following. Use it to always target the same backlog, or when your client can't report MCP roots.
216
216
  If your IDE supports custom args but not env vars, you can also use `["mcp", "start", "--cwd", "/absolute/path/to/your/project"]`.
217
217
 
218
218
  > [!IMPORTANT]
package/backlog CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md-darwin-x64",
3
- "version": "1.47.0",
3
+ "version": "1.47.1",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["x64"],
6
6
  "files": ["backlog","package.json","LICENSE"],