- Replace list_notes with powerful new list tool
- Add recursive directory traversal
- Implement glob pattern filtering (*, **, ?, [abc], {a,b})
- Add cursor-based pagination for large result sets
- Support frontmatter summary extraction using metadata cache
- Add type filtering (files, directories, any)
- Create GlobUtils for pattern matching
- Add new types: FrontmatterSummary, FileMetadataWithFrontmatter, ListResult
- Update version to 3.0.0 (breaking change)
- Add comprehensive documentation and changelog
- Add Phase 10: UI Notifications to roadmap
BREAKING CHANGE: list_notes tool removed, replaced with list tool.
Migration: Replace list_notes({ path }) with list({ path }).
Response structure now wrapped in ListResult object.
9 lines
225 B
JSON
9 lines
225 B
JSON
{
|
|
"id": "obsidian-mcp-server",
|
|
"name": "MCP Server",
|
|
"version": "3.0.0",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Exposes Obsidian vault operations via Model Context Protocol (MCP) over HTTP",
|
|
"isDesktopOnly": true
|
|
}
|