show example after api token generated

This commit is contained in:
MaysWind
2025-11-03 23:05:44 +08:00
parent 03c342f6f6
commit 7c3c1bbd6a
19 changed files with 49 additions and 7 deletions
+1
View File
@@ -21,6 +21,7 @@ export interface TokenRevokeRequest {
export interface TokenGenerateAPIResponse {
readonly token: string;
readonly apiBaseUrl: string;
}
export interface TokenGenerateMCPResponse {