#Apps SDK/MCP question
1 messages · Page 1 of 1 (latest)
- Abuse/rate limiting: enforce in your backend with per-user/IP limits and quotas
- User identity/auth: use OAuth or login and map requests to an internal user ID
- Tool annotations: use them as hints for behavior, but enforce access, permissions, and validation server-side