@stage-labs/metro 0.1.0-beta.92 → 0.1.0-beta.94

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stage-labs/metro",
3
- "version": "0.1.0-beta.92",
3
+ "version": "0.1.0-beta.94",
4
4
  "description": "The metro command line. Sign in once per machine, then hand your MCP connector list to Claude Code without the credentials touching disk, argv or shell history.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -106,7 +106,7 @@ export function syncPluginServers(opts: PluginSyncOptions = {}): number {
106
106
  if (written > 0)
107
107
  log.info(
108
108
  { files: written, servers: Object.keys(servers).length },
109
- 'plugin: connector servers written; /reload-plugins picks them up in a running session',
109
+ 'plugin: connector servers written; a Claude Code session started after this sees them, /reload-plugins does not',
110
110
  );
111
111
  return written;
112
112
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "0.1.0-beta.92"
2
+ "version": "0.1.0-beta.94"
3
3
  }