Skip to content

Commit 93f93da

Browse files
MajorTalclaude
andcommitted
Add auth endpoints to IGNORED_ENDPOINTS in sync test
These frontend-only endpoints (Google OAuth, providers, auth code exchange) are documented in llms.txt but have no CLI/MCP wrapper — they're called directly from browser JS. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a10ad10 commit 93f93da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sync.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,10 @@ describe("llms.txt alignment", { skip: !llmsTxtAvailable && "~/dev/run402/site/l
425425
"GET /functions/v1/:name",
426426
"PATCH /functions/v1/:name",
427427
"DELETE /functions/v1/:name",
428+
// Auth endpoints (called directly from frontend JS, no CLI/MCP wrapper)
429+
"GET /auth/v1/providers",
430+
"POST /auth/v1/oauth/google/start",
431+
"POST /auth/v1/token?grant_type=authorization_code",
428432
// Utility endpoints
429433
"GET /.well-known/x402",
430434
"GET /health",

0 commit comments

Comments
 (0)