> ## Documentation Index
> Fetch the complete documentation index at: https://colin-feat-client-cache-mode.mintlify.site/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/8976c37f79efa6b87809b884f29a1f235a8c4ad1/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/8976c37f79efa6b87809b884f29a1f235a8c4ad1/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/8976c37f79efa6b87809b884f29a1f235a8c4ad1/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/8976c37f79efa6b87809b884f29a1f235a8c4ad1/src/server/resource.ts#L11)

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