Sign In

usrcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

usrcp - npm Package Compare versions

Comparing version
0.2.5
to
0.2.6
+6
-3
bin/usrcp.mjs
#!/usr/bin/env node
// The `usrcp` command is implemented in the usrcp-local package; this
// meta-package exists so `npm i -g usrcp` installs a working CLI under the
// base name. Importing usrcp-local's entry (the "." export → dist/index.js)
// runs its CLI against the current process argv.
import "usrcp-local";
// base name. usrcp-local's entry (the "." export → dist/index.js) is
// side-effect-free on import (its dispatch is guarded by require.main, which is
// never this module when imported from ESM), so invoke its CLI explicitly.
import { runCli } from "usrcp-local";
runCli();
{
"name": "usrcp",
"version": "0.2.5",
"version": "0.2.6",
"mcpName": "io.github.frank-bot07/usrcp",
"description": "USRCP — User Context Protocol. Installs the local CLI + encrypted ledger (usrcp-local): structured, encrypted, cross-platform memory for AI agents.",

@@ -13,3 +14,3 @@ "type": "module",

"dependencies": {
"usrcp-local": "^0.2.5"
"usrcp-local": "^0.2.6"
},

@@ -16,0 +17,0 @@ "keywords": [