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

# ResourceAnnotations

Defined in: [server/resource.ts:7](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/resource.ts#L7)

## Properties

### audience?

```ts theme={null}
optional audience?: ("user" | "assistant")[];
```

Defined in: [server/resource.ts:9](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/resource.ts#L9)

Intended audience(s) — 'user', 'assistant', or both.

***

### lastModified?

```ts theme={null}
optional lastModified?: string;
```

Defined in: [server/resource.ts:13](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/resource.ts#L13)

ISO 8601 timestamp of last modification.

***

### priority?

```ts theme={null}
optional priority?: number;
```

Defined in: [server/resource.ts:11](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/resource.ts#L11)

Importance hint from 0 (least) to 1 (most).
