@cortexkit/anthropic-auth-core
Advanced tools
@@ -7,3 +7,3 @@ export declare const CLIENT_ID = "9d1c250a-e61b-44d9-88ed-5944d1962f5e"; | ||
| export declare const CODE_CALLBACK_URL = "https://platform.claude.com/oauth/code/callback"; | ||
| export declare const TOKEN_URL = "https://platform.claude.com/v1/oauth/token"; | ||
| export declare const TOKEN_URL = "https://api.anthropic.com/v1/oauth/token"; | ||
| export declare const OAUTH_SCOPES: string[]; | ||
@@ -10,0 +10,0 @@ export declare const TOOL_PREFIX = "mcp_"; |
@@ -7,3 +7,3 @@ export const CLIENT_ID = '9d1c250a-e61b-44d9-88ed-5944d1962f5e'; | ||
| export const CODE_CALLBACK_URL = 'https://platform.claude.com/oauth/code/callback'; | ||
| export const TOKEN_URL = 'https://platform.claude.com/v1/oauth/token'; | ||
| export const TOKEN_URL = 'https://api.anthropic.com/v1/oauth/token'; | ||
| export const OAUTH_SCOPES = [ | ||
@@ -10,0 +10,0 @@ 'org:create_api_key', |
+1
-1
| { | ||
| "name": "@cortexkit/anthropic-auth-core", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "repository": { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
151694
0