UNPKG
@l4t/mcp-ai
Version:
latest (1.6.0)
1.6.0
1.5.1
1.5.0
1.4.1
1.4.0
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A set of tools for making integration and aggregation of MCP servers extremely easy.
@l4t/mcp-ai
/
aggregator
/
entries
/
cli.d.ts
7 lines
(6 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
McpAggregatorCliConfig
}
from
'../../common/types.js'
;
declare
const
create
:
(
config
:
McpAggregatorCliConfig
) =>
{
start
:
() =>
Promise
<
void
>;
stop
:
() =>
Promise
<
void
>; };
export
{ create };