@mcp-z/mcp-gmail
Preparing search index...
ServerConfig
Interface ServerConfig
Composes transport config, OAuth config, and application-level config
interface
ServerConfig
{
baseDir
:
string
;
baseUrl
?:
string
;
dcrConfig
?:
DcrConfig
;
logLevel
:
string
;
name
:
string
;
repositoryUrl
:
string
;
storageDir
:
string
;
version
:
string
;
}
Hierarchy
BaseServerConfig
OAuthConfig
ServerConfig
Index
Properties
base
Dir
base
Url?
dcr
Config?
log
Level
name
repository
Url
storage
Dir
version
Properties
base
Dir
baseDir
:
string
Optional
base
Url
baseUrl
?:
string
Optional
dcr
Config
dcrConfig
?:
DcrConfig
log
Level
logLevel
:
string
name
name
:
string
repository
Url
repositoryUrl
:
string
storage
Dir
storageDir
:
string
version
version
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
Dir
base
Url
dcr
Config
log
Level
name
repository
Url
storage
Dir
version
@mcp-z/mcp-gmail
Loading...
Composes transport config, OAuth config, and application-level config