dotwee_obsidian-raindropio-.../.cursor/mcp.json
Lukas Wolfsteiner 4dc7207c41 feat: introduce bookmark explorer
- Add a note-aware explorer for browsing saved bookmarks and filtering from note context.
- Support inline blocks, configurable tag behavior, and theme-friendly icon styling.
- Prepare release metadata, documentation, licensing, and automated release assets.
2026-05-02 00:46:27 +02:00

14 lines
309 B
JSON

{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest",
"--no-usage-statistics",
"--browser-url=http://127.0.0.1:9222"
],
"env": {}
}
}
}