Used by 1 plugin
Connects to SAP CAP projects to expose CDS models, services, and deployment tools.
Add to your .mcp.json:
{
"mcpServers": {
"cds-mcp": {
"command": "npx",
"args": [
"-y",
"@cap-js/mcp-server"
]
}
}
}npx