Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"mcpServers": {
"vaadin": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How would the Vaadin MCP help in this project? I can only see this leading to dumping arbitrary stuff into the context that doesn't really help with anything that is happening in this project.

Also last time I checked it didn't understand a thing about web components but only about Flow and React.

"type": "http",
"url": "https://mcp.vaadin.com/docs"
},
"playwright": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"figma": {
"type": "http",
"url": "https://mcp.figma.com/mcp"
}
}
}
Loading