We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2bce1 commit a41aeb3Copy full SHA for a41aeb3
.github/copilot-instructions.md
@@ -60,7 +60,7 @@ through the Session.
60
61
- The tool category MUST be `mongodb`.
62
- They MUST call `this.ensureConnected()` before attempting to query MongoDB.
63
-- They MUST answer with content first secured by `formatUntrustedData`.
+- They MUST return content sanitized using `formatUntrustedData`.
64
- Documents should be serialized with `EJSON.stringify`.
65
- Ensure there are proper timeout mechanisms to avoid long-running queries that can affect the server.
66
- Tools that require elicitation MUST implement `getConfirmationMessage` and provide an easy-to-understand message for a human running the operation.
0 commit comments