Skip to content

4DPocket v0.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Apr 12:24
· 16 commits to main since this release

Install

Docker (recommended):

docker pull ghcr.io/onllm-dev/4dpocket:0.2.2

Docker Compose:

curl -O https://raw.githubusercontent.com/onllm-dev/4DPocket/v0.2.2/docker-compose.yml
curl -O https://raw.githubusercontent.com/onllm-dev/4DPocket/v0.2.2/.env.example
cp .env.example .env
docker compose up -d

Python:

pip install 4dpocket==0.2.2

MCP Client

Connect stdio-based MCP clients (Claude Desktop, Cursor, etc.) to your instance:

npx -y @onllm-dev/4dpocket-mcp --url https://your.pocket.tld --token fdp_pat_xxx

See mcp-npm/README.md for full client config snippets.

Chrome Extension

  1. Download 4dpocket-chrome-extension-0.2.2.zip from the assets below
  2. Unzip it
  3. Go to chrome://extensions, enable Developer mode
  4. Click Load unpacked and select the unzipped folder
  5. Click the extension icon, open Settings, enter your server URL and login

Full Changelog: v0.2.1...v0.2.2