# discovery (`plugin-base`)

`discovery` provides MCP discovery, fetch, torrent metadata, and anti-censorship search tools bundled with the MIT repository.

## What It Is

- Package type: `mcp_binary`
- Visibility: `plugin-base`
- Distribution: local `.pkg` install supported (`install-file`)
- Tor: optional, graceful fallback to clearnet
- Status tool: `search-status`

## Install Example

Termux:

```bash
masix plugin install-file \
  --file packages/plugin-base/discovery/0.3.0/discovery-android-aarch64-termux.pkg \
  --plugin discovery \
  --version 0.3.0 \
  --package-type mcp_binary
```

Linux:

```bash
masix plugin install-file \
  --file packages/plugin-base/discovery/0.3.0/discovery-linux-x86_64.pkg \
  --plugin discovery \
  --version 0.3.0 \
  --package-type mcp_binary
```

macOS (Apple Silicon):

```bash
masix plugin install-base
```

On DEV, `0.3.0` macOS uses bundled source-build fallback until the Apple artifact is refreshed.

After install, run:

```bash
masix plugin enable discovery
masix restart
```

Available commands in `0.3.0`:

- `web-search`
- `tor-search`
- `web-fetch`
- `torrent-search`
- `torrent-extract`
- `search-status`
