npm run build
npm run inspect
{
"mcpServers": {
"tms-adapter": {
// Путь до исполняемого файла, запустится только на 23 ноде
"command": "/Users/$USER/.nvm/versions/node/v23.7.0/bin/node",
"args": [
// Путь до сбилженного mcp сервера
"/Users/$USER/mcp-testing-tool/build/index.js"
],
"disabled": false,
"env": {
// Токен для TMS
"TMS_TOKEN": ""
}
}
}
}
{
// ...
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
// Путь до исполняемого файла, запустится только на 23 ноде
"command": "/Users/$USER/.nvm/versions/node/v23.7.0/bin/node",
"args": [
// Путь до сбилженного mcp сервера
"/Users/$USER/mcp-testing-tool/build/index.js"
]
}
}
]
},
// ...
}
Seamless access to top MCP servers powering the future of AI integration.