Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-mcp
MCPServerManagerImpl
Class MCPServerManagerImpl
Implements
MCPServerManager
Index
Constructors
constructor
Properties
servers
Methods
add
Or
Update
Server
call
Tool
get
Server
Names
get
Started
Servers
get
Tools
remove
Server
start
Server
stop
Server
Constructors
constructor
new MCPServer
Manager
Impl
(
)
:
MCPServerManagerImpl
Returns
MCPServerManagerImpl
Properties
Protected
servers
servers
:
Map
<
string
,
MCPServer
>
= ...
Methods
add
Or
Update
Server
add
Or
Update
Server
(
description
)
:
void
Parameters
description
:
MCPServerDescription
Returns
void
call
Tool
call
Tool
(
serverName
,
toolName
,
arg_string
)
:
Promise
<
objectOutputType
<
extendShape
<
{}
,
{}
>
,
ZodTypeAny
,
"passthrough"
>
|
objectOutputType
<
extendShape
<
{}
,
{}
>
,
ZodTypeAny
,
"passthrough"
>
>
Parameters
serverName
:
string
toolName
:
string
arg_string
:
string
Returns
Promise
<
objectOutputType
<
extendShape
<
{}
,
{}
>
,
ZodTypeAny
,
"passthrough"
>
|
objectOutputType
<
extendShape
<
{}
,
{}
>
,
ZodTypeAny
,
"passthrough"
>
>
get
Server
Names
get
Server
Names
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
get
Started
Servers
get
Started
Servers
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
get
Tools
get
Tools
(
serverName
)
:
Promise
<
objectOutputType
<
extendShape
<
extendShape
<
{}
,
{}
>
,
{}
>
,
ZodTypeAny
,
"passthrough"
>
>
Parameters
serverName
:
string
Returns
Promise
<
objectOutputType
<
extendShape
<
extendShape
<
{}
,
{}
>
,
{}
>
,
ZodTypeAny
,
"passthrough"
>
>
remove
Server
remove
Server
(
name
)
:
void
Parameters
name
:
string
Returns
void
start
Server
start
Server
(
serverName
)
:
Promise
<
void
>
Parameters
serverName
:
string
Returns
Promise
<
void
>
stop
Server
stop
Server
(
serverName
)
:
Promise
<
void
>
Parameters
serverName
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
servers
add
Or
Update
Server
call
Tool
get
Server
Names
get
Started
Servers
get
Tools
remove
Server
start
Server
stop
Server
Theia TypeDoc
Loading...