This commit is contained in:
kst
2026-08-26 03:33:29 +09:00
parent 400f1d3e91
commit 4fc70e9697
10 changed files with 610 additions and 156 deletions
+2 -1
View File
@@ -24,8 +24,9 @@ import type { Request, Response } from "express";
import { tokensEqual } from "./auth.js";
import type { AppConfig } from "./config.js";
import { OAUTH_SCOPES } from "./tool-metadata.js";
export const OAUTH_SCOPES = ["mcp:tools"] as const;
export { OAUTH_SCOPES };
interface StoredToken {
type: "access" | "refresh" | "used_refresh";