Skip to main content
Glama
README.md
# BCS Timesheet MCP Releases

Public distribution repository for the BCS Timesheet MCP Windows AMD64 executable,
checksum, and agent skill.

The private source repository builds and publishes these assets to the rolling
`continuous` GitHub prerelease:

- `timesheet-mcp-windows-amd64.exe`
- `timesheet-mcp-windows-amd64.exe.sha256`
- `bcs-timesheet-mcp-SKILL.md`

## Install

Requirements: Windows, Node.js 18 or newer, and the required agent CLI on
`PATH` when registering Claude Code or Codex.

Install for the default hosts:

```powershell
npx github:boredom1234/bcs_mcp_releases install
```

Install for selected hosts:

```powershell
npx github:boredom1234/bcs_mcp_releases install --hosts=vscode
```

Download and verify only the executable:

```powershell
npx github:boredom1234/bcs_mcp_releases download
```

The installer downloads from the public `continuous` release, verifies the
executable using its SHA-256 checksum, installs the skill, configures selected
MCP hosts, and creates `%USERPROFILE%\\.config\\.bcs\\auth.txt` when it does not
already exist. Fill in that credential template locally; it is never uploaded.

## Repository Layout

- `scripts/cli.mjs`: command-line entry point
- `scripts/download.mjs`: public release download and checksum verification
- `scripts/install.mjs`: executable, skill, credential, and host installation
- `package.json`: npm package metadata and commands

Release binaries are generated by CI in the private source repository. Do not
commit executable files or credentials to this repository.