@mrrlin-dev/mcp 0.1.0 → 0.1.1
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/dist/bin.cjs +5 -3
- package/package.json +1 -1
package/dist/bin.cjs
CHANGED
|
@@ -12576,7 +12576,7 @@ function resolveCodexHome(options) {
|
|
|
12576
12576
|
function expectedTable(binPath, distribution) {
|
|
12577
12577
|
if (distribution === "npm") {
|
|
12578
12578
|
return {
|
|
12579
|
-
args: ["
|
|
12579
|
+
args: ["--yes", "--package=@mrrlin-dev/mcp", "mrrlin-mcp", "serve"],
|
|
12580
12580
|
command: "npx",
|
|
12581
12581
|
startup_timeout_sec: 30
|
|
12582
12582
|
};
|
|
@@ -34289,7 +34289,8 @@ Usage:
|
|
|
34289
34289
|
[mcp_servers.mrrlin] block. Development
|
|
34290
34290
|
checkouts register the local dist/bin.cjs;
|
|
34291
34291
|
published npm installs register
|
|
34292
|
-
\`npx
|
|
34292
|
+
\`npx --yes --package=@mrrlin-dev/mcp mrrlin-mcp serve\`.
|
|
34293
|
+
--force replaces
|
|
34293
34294
|
an existing conflicting block.
|
|
34294
34295
|
|
|
34295
34296
|
mrrlin-mcp director-bridge Run a local ws://127.0.0.1 (plain HTTP +
|
|
@@ -34320,7 +34321,8 @@ Usage:
|
|
|
34320
34321
|
Operator notes:
|
|
34321
34322
|
- install-codex is idempotent: a second run with the same target is a no-op.
|
|
34322
34323
|
- install-codex auto-detects how it was installed. Development checkouts keep
|
|
34323
|
-
using the local dist/bin.cjs; npm installs use
|
|
34324
|
+
using the local dist/bin.cjs; npm installs use
|
|
34325
|
+
\`npx --yes --package=@mrrlin-dev/mcp mrrlin-mcp serve\`.
|
|
34324
34326
|
`;
|
|
34325
34327
|
async function main() {
|
|
34326
34328
|
const [command, ...rest] = process.argv.slice(2);
|