adaptive cards mcp for VS Code
io.github.vikrantsingh01/adaptive-cards-mcp
Generate, validate, and optimize Adaptive Cards for Teams, Outlook, and Copilot.
client:VS Code
transport:stdio
runtime:npm
Install adaptive cards mcp in VS Code
.vscode/mcp.json
{
"servers": {
"adaptive-cards-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"adaptive-cards-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs