Server Config
{
"mcpServers": {
"mcp-integration-suite": {
"autoApprove": [],
"disabled": false,
"timeout": 300,
"command": "node",
"args": [
"<proj path>/dist/index.js"
],
"transportType": "stdio",
"env": {
"API_BASE_URL": "<API Base URL from BTP>/api/v1",
"API_USER": "<SAP S User>",
"API_PASS": "<S User Password>",
"CPI_BASE_URL": "<CPI Endpoint URL (optional)>",
"CPI_OAUTH_CLIENT_ID": "<CPI OAuth Data (optional) >",
"CPI_OAUTH_CLIENT_SECRET": "<CPI OAuth Data (optional) >",
"CPI_OAUTH_TOKEN_URL": "<BTP Auth URL>"
}
}
}
}