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
/
simple-server
/
index.js
5 lines
•
181 B
JavaScript
View Raw
1
2
3
4
5
import
{ create }
from
'./entries/index.js'
;
const
createSimpleServer = create;
export
const
name =
'simple-server'
;
export
{ createSimpleServer };
//# sourceMappingURL=index.js.map