Emit an obsidian:// URI for hand-off to the Obsidian desktop app.
No filesystem or network side effect — the URI emission lets the agent
say "open this in Obsidian" without enquire-mcp needing to coordinate
with the running app (pattern from cyanheads' Obsidian MCP). The vault
name is the leaf of the vault root path; Obsidian matches by name OR by
file's absolute path, so this works even when the user opened the vault
under a different name client-side.
Emit an
obsidian://URI for hand-off to the Obsidian desktop app.No filesystem or network side effect — the URI emission lets the agent say "open this in Obsidian" without enquire-mcp needing to coordinate with the running app (pattern from cyanheads' Obsidian MCP). The vault name is the leaf of the vault root path; Obsidian matches by name OR by file's absolute path, so this works even when the user opened the vault under a different name client-side.