-
Notifications
You must be signed in to change notification settings - Fork 369
Open
Description
I'm looking at the Local Rest API docs and I don't see a /periodic/{period}/recent/ endpoint listed there, but it's in the docs for this MCP server.
How is the /obsidian_get_recent_periodic_notes endpoint supposed to work without this, please?
mcp-obsidian/src/mcp_obsidian/obsidian.py
Line 222 in 4aac5c2
| def get_recent_periodic_notes(self, period: str, limit: int = 5, include_content: bool = False) -> Any: |
mcp-obsidian/src/mcp_obsidian/obsidian.py
Line 233 in 4aac5c2
| url = f"{self.get_base_url()}/periodic/{period}/recent" |
Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels