@1presence/bridge 0.77.0 → 0.78.0

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/claude.js +0 -1
  2. package/package.json +1 -1
package/dist/claude.js CHANGED
@@ -453,7 +453,6 @@ export function spawnClaude(params) {
453
453
  mcpServers: mcpServers,
454
454
  strictMcpConfig: true,
455
455
  settingSources: [],
456
- allowedTools: ['mcp__1presence__*', 'mcp__local__read_session_file'],
457
456
  canUseTool,
458
457
  tools: [],
459
458
  cwd: BRIDGE_CWD,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1presence/bridge",
3
- "version": "0.77.0",
3
+ "version": "0.78.0",
4
4
  "description": "Run 1Presence on your Mac and use your Claude.ai Pro subscription from any device",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",