Skip to content

Commit b195e09

Browse files
patch: Update oauth client to use dt0s12.local-dt-mcp-server
1 parent 164565d commit b195e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (dotEnvOutput.error) {
6666
);
6767
}
6868

69-
const DT_MCP_AUTH_CODE_FLOW_OAUTH_CLIENT_ID = 'dt0s08.dt-app-local'; // ToDo: Register our own oauth client
69+
const DT_MCP_AUTH_CODE_FLOW_OAUTH_CLIENT_ID = 'dt0s12.local-dt-mcp-server';
7070

7171
// Base Scopes for MCP Server tools
7272
let scopesBase = [

0 commit comments

Comments
 (0)