> ## Documentation Index
> Fetch the complete documentation index at: https://docs.widgentic.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# @widgentic/mcp/secrets

> Runtime exports of the @widgentic/mcp/secrets entry — generated from the package itself.

```bash theme={null}
npm install @widgentic/mcp
```

```ts theme={null}
import { SECRET_VALUE_MAX_BYTES } from "@widgentic/mcp/secrets";
```

## Runtime exports

* `SECRET_VALUE_MAX_BYTES`
* `SECRET_VALUE_MIN_BYTES`
* `SecretError`
* `checkSecretName`
* `checkSecretValue`
* `createLocalCipher`
* `decryptSecret`
* `encryptSecret`
* `generateLocalKek`
* `rewrapSecret`

Type-only exports are not visible at runtime; see the [package README](https://github.com/widgentic/widgentic/blob/main/packages/mcp/README.md) and the bundled declarations.
