docs: add scratch note on MCP/service-account API base paths

This commit is contained in:
pnoker
2026-06-15 09:12:08 +08:00
parent 1b714e8ec8
commit ab7b309d53
+3
View File
@@ -0,0 +1,3 @@
export const API_MCP_BASE = 'api/v3/auth/mcp';
export const API_SERVICE_ACCOUNT_BASE = 'api/v3/auth/service_account';
这样不太对