menu
brain_kernel package
documentation
mcp_host.dart
AuthContext
hasScope method
hasScope method
dark_mode
light_mode
hasScope
method
bool
hasScope
(
String
scope
)
Check if context has specific scope
Implementation
bool hasScope(String scope) => scopes.contains(scope);
brain_kernel package
documentation
mcp_host
AuthContext
hasScope method
AuthContext class