Files
obsidian-mcp-server/manifest.json
Bill Ballou b1701865ab feat(read_note): return line numbers by default
Change withLineNumbers default from false to true so AI assistants
can reference specific line numbers when discussing notes.

- Apply line numbers to both simple and parseFrontmatter paths
- Add totalLines to ParsedNote type
- Update schema description to document new default
- Update tests to expect line-numbered content by default

BREAKING CHANGE: read_note now returns line-numbered content by default.
Pass withLineNumbers: false to get raw content.
2026-01-31 22:07:58 -05:00

13 lines
368 B
JSON

{
"id": "mcp-server",
"name": "MCP Server",
"version": "1.2.1",
"minAppVersion": "0.15.0",
"description": "Exposes vault operations via Model Context Protocol (MCP) over HTTP.",
"author": "William Ballou",
"isDesktopOnly": true,
"fundingUrl": {
"Buy Me a Coffee": "https://buymeacoffee.com/xe138",
"GitHub Sponsor": "https://github.com/sponsors/Xe138"
}
}