UNPKG
mcp-simple-gateway
Version:
latest (1.0.0)
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
MCP Simple Gateway
github.com/denwakeup/mcp-simple-gateway
denwakeup/mcp-simple-gateway
mcp-simple-gateway
/
dist
/
validators
/
index.js
4 lines
(3 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
import
{ createValidator }
from
'../helpers/createValidator.js'
;
import
{ configSchema }
from
'./__generated/config.js'
;
export
const
validateConfig =
createValidator
(configSchema);