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 164565d commit b195e09Copy full SHA for b195e09
src/index.ts
@@ -66,7 +66,7 @@ if (dotEnvOutput.error) {
66
);
67
}
68
69
-const DT_MCP_AUTH_CODE_FLOW_OAUTH_CLIENT_ID = 'dt0s08.dt-app-local'; // ToDo: Register our own oauth client
+const DT_MCP_AUTH_CODE_FLOW_OAUTH_CLIENT_ID = 'dt0s12.local-dt-mcp-server';
70
71
// Base Scopes for MCP Server tools
72
let scopesBase = [
0 commit comments