We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1889fc4 commit 8f51f40Copy full SHA for 8f51f40
src/tools/list-connectors.ts
@@ -9,7 +9,6 @@ import { isDemoMode } from '../config/env.js';
9
* Indicates which connector is active based on current DSN
10
*/
11
export async function listConnectorsToolHandler(_args: {}, _extra: any) {
12
- const connectors = ConnectorManager.getAvailableConnectors();
13
const samples = ConnectorRegistry.getAllSampleDSNs();
14
15
// Get active connector if possible
0 commit comments