UNPKG
mcp-uni
Version:
latest (0.2.0)
0.2.0
0.1.0
A unified gateway for managing multiple MCP servers
github.com/iHeyTang/mcp-uni
iHeyTang/mcp-uni
mcp-uni
/
build
/
utils.js
4 lines
(3 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
export
const
sleep
= (
time
) => {
return
new
Promise
(
resolve
=>
setTimeout
(
() =>
resolve
(), time)); };