New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@thebeyondgroup/shopwatch

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thebeyondgroup/shopwatch

Shopwatch CLI

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
3
Created
Source

Shopwatch CLI & MCP Server

A TypeScript CLI and MCP server for querying Shopwatch from the terminal or Claude.

  • CLI: shopwatch log, shopwatch resources, shopwatch lenses, etc.
  • MCP Server: Connects Claude (Code or Desktop) to Shopwatch -- see MCP Setup

Development

mise tasks work from anywhere in the repo.

mise build:cli        # Compile TypeScript
mise test:cli         # Run tests
mise lint:cli         # Type check
mise run:cli -- log   # Build + run locally

Configuration

The CLI uses environment variables only -- no config file, no auth commands.

VariableDescription
SHOPWATCH_API_URLShopwatch instance URL (e.g. http://localhost:4000)
SHOPWATCH_API_KEYAPI key (starts with sw_key_)

Releasing

See CLI Release Process for the full workflow. In short:

mise release:cli patch    # Cut a release PR (patch/minor/major or explicit version)
# After PR merges:
mise release:cli:tag 0.5.0  # Tag + trigger CI pipeline

Directory Structure

cli/
├── src/
│   ├── commands/      # oclif command definitions
│   ├── mcp/           # MCP server implementation
│   └── ...
├── bin/               # Entry points (run.js, bun-run.ts)
├── test/              # Tests (vitest)
└── package.json       # Version source of truth

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts