@stage-labs/metro 0.1.0-beta.95 → 0.1.0-beta.96
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.
|
|
3
|
+
"version": "0.1.0-beta.96",
|
|
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": {
|
|
@@ -104,7 +104,7 @@ export function syncPluginServers(opts: PluginSyncOptions = {}): number {
|
|
|
104
104
|
if (written > 0)
|
|
105
105
|
log.info(
|
|
106
106
|
{ files: written, servers: Object.keys(servers).length },
|
|
107
|
-
'plugin: connector servers written;
|
|
107
|
+
'plugin: connector servers written; run /reload-plugins --force to pick them up in a running session',
|
|
108
108
|
);
|
|
109
109
|
return written;
|
|
110
110
|
}
|
package/runtime/runtime.json
CHANGED