mirror of
https://github.com/dotwee/obsidian-raindropio-plugin.git
synced 2026-07-22 17:00:29 +00:00
- 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.
14 lines
309 B
JSON
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": {}
|
|
}
|
|
}
|
|
}
|