Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/everything/docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Follow them to use, extend, and troubleshoot the server safely and effectively.

- `gzip-file-as-resource`: Max fetch size controlled by `GZIP_MAX_FETCH_SIZE` (default 10MB), timeout by `GZIP_MAX_FETCH_TIME_MILLIS` (default 30s), allowed domains by `GZIP_ALLOWED_DOMAINS`
- Session resources are ephemeral and lost when the session ends
- Sampling requests (`trigger-sampling-request`) require client sampling capability
- Elicitation requests (`trigger-elicitation-request`) require client elicitation capability
- Sampling requests (`trigger-sampling-request`) require the client to declare the `sampling` capability; without it, this tool is absent from the tool catalog
- Elicitation requests (`trigger-elicitation-request`) require the client to declare the `elicitation` capability; without it, this tool is absent from the tool catalog

## Operational Patterns

Expand Down