mcp-use TypeScript API
Preparing search index...
mcp-use
react
UserAgent
Interface UserAgent
Deprecated
Use native v2 host context. Removed in mcp-use v3.
interface
UserAgent
{
capabilities
:
{
hover
:
boolean
;
touch
:
boolean
}
;
device
:
{
type
:
"unknown"
|
"desktop"
|
"mobile"
|
"tablet"
}
;
}
Index
Properties
capabilities
device
Properties
capabilities
capabilities
:
{
hover
:
boolean
;
touch
:
boolean
}
Input capabilities.
device
device
:
{
type
:
"unknown"
|
"desktop"
|
"mobile"
|
"tablet"
}
Coarse device category.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capabilities
device
mcp-use TypeScript API
Loading...
Deprecated
Use native v2 host context. Removed in mcp-use v3.