Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
startBridgeServer
Function startBridgeServer
startBridgeServer
(
params
:
{
gatewayBaseUrl
:
string
;
host
:
string
;
maxRequestBytes
?:
number
;
port
:
number
;
workspace
:
string
;
}
,
)
:
Promise
<
{
close
:
()
=>
Promise
<
void
>
;
server
:
Server
}
>
Parameters
params
:
{
gatewayBaseUrl
:
string
;
host
:
string
;
maxRequestBytes
?:
number
;
port
:
number
;
workspace
:
string
;
}
Returns
Promise
<
{
close
:
()
=>
Promise
<
void
>
;
server
:
Server
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...