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 4c56dae commit c182c61Copy full SHA for c182c61
tests/integration/tools/mongodb/mongodbTool.test.ts
@@ -71,11 +71,9 @@ class UnusableVoyageTool extends MongoDBToolBase {
71
protected argsShape = {};
72
73
override verifyAllowed(): boolean {
74
- if (this.config.voyageApiKey.trim()) {
75
- return super.verifyAllowed();
76
- }
77
return false;
78
}
+
79
public async execute(): Promise<CallToolResult> {
80
await this.ensureConnected();
81
return { content: [{ type: "text", text: "Something" }] };
0 commit comments