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 b443932 commit bae70f9Copy full SHA for bae70f9
.github/copilot-instructions.md
@@ -59,7 +59,7 @@ through the Session.
59
### Guidelines for MongoDB Tools
60
61
- The tool category MUST be `mongodb`.
62
-- They MUST call `this.ensureConnected()` before attempting querying MongoDB anyhow.
+- They MUST call `this.ensureConnected()` before attempting to query MongoDB.
63
- They MUST answer with content first secured by `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.
0 commit comments