pi-repoprompt-mcp 0.6.1 → 0.6.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.
@@ -1141,7 +1141,6 @@ async function selectTab(
1141
1141
 
1142
1142
  const result = await client.callTool(bindContextToolName, {
1143
1143
  op: "bind",
1144
- window_id: windowId,
1145
1144
  context_id: tabId,
1146
1145
  });
1147
1146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-repoprompt-mcp",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "A token-efficient RepoPrompt integration for Pi with automated and branch-safe workspace management",
5
5
  "keywords": ["pi-package", "pi", "pi-coding-agent", "repoprompt", "mcp"],
6
6
  "license": "MIT",