Skip to content

Commit a41aeb3

Browse files
kmruizCopilot
andauthored
Update .github/copilot-instructions.md
Co-authored-by: Copilot <[email protected]>
1 parent bb2bce1 commit a41aeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ through the Session.
6060

6161
- The tool category MUST be `mongodb`.
6262
- They MUST call `this.ensureConnected()` before attempting to query MongoDB.
63-
- They MUST answer with content first secured by `formatUntrustedData`.
63+
- They MUST return content sanitized using `formatUntrustedData`.
6464
- Documents should be serialized with `EJSON.stringify`.
6565
- Ensure there are proper timeout mechanisms to avoid long-running queries that can affect the server.
6666
- Tools that require elicitation MUST implement `getConfirmationMessage` and provide an easy-to-understand message for a human running the operation.

0 commit comments

Comments
 (0)