@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.
Files changed (2) hide show
  1. package/dist/bin.cjs +5 -3
  2. 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: ["-y", "@mrrlin-dev/mcp", "serve"],
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 -y @mrrlin-dev/mcp serve\`. --force replaces
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 \`npx -y @mrrlin-dev/mcp serve\`.
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrrlin-dev/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mrrlin-mcp": "dist/bin.cjs"