@mindbridgeio/muse 0.1.1 → 0.1.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.
@@ -65,7 +65,7 @@ function unavailable(error) {
65
65
 
66
66
  async function hostLogin(commandRunner) {
67
67
  try {
68
- await commandRunner("muse", ["mcp", "login", "mindbridge"]);
68
+ await commandRunner("muse", ["mcp", "login", "mindbridge", "--scope", "mcp"]);
69
69
  return "started";
70
70
  } catch (error) {
71
71
  if (unavailable(error)) return "unavailable";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindbridgeio/muse",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MindBridge MCP and lifecycle hooks for Muse.",
5
5
  "license": "UNLICENSED",
6
6
  "engines": {