fix: preserve square brackets and escape quotes in note content (v1.1.1)
- Fix square bracket removal: Remove [] from DANGEROUS_CHARS regex * Wikilinks ([[link]]) now work correctly * Task checkboxes (- [ ] Task) are properly preserved * Brackets are safe because values are quoted and passed as array args - Fix quote truncation: Escape double quotes in formatParam * Content like "Bot QM" no longer truncates * Internal quotes escaped as \" before wrapping in parameter quotes * Prevents shell from misinterpreting quote boundaries Bump version: 1.0.0 -> 1.1.1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": "0.3",
|
||||
"name": "obsidian-mcp",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.1",
|
||||
"display_name": "Obsidian CLI Bundle",
|
||||
"description": "MCP Bundle for Obsidian CLI - Enable AI assistants to manage Obsidian vaults through conversational interface",
|
||||
"long_description": "This MCP bundle provides a comprehensive set of tools for AI assistants to interact with and manage Obsidian vaults. It includes capabilities for creating, reading, updating, and deleting notes, managing links and tags, handling tasks, and more. With this bundle, AI assistants can seamlessly integrate with Obsidian to help users organize their knowledge and workflows.",
|
||||
|
||||
Reference in New Issue
Block a user