Skip to content

feat: expose journal_search since and limit options - #17

Open
fudujiji wants to merge 1 commit into
Goldentrii:mainfrom
fudujiji:codex/expose-journal-search-options
Open

feat: expose journal_search since and limit options#17
fudujiji wants to merge 1 commit into
Goldentrii:mainfrom
fudujiji:codex/expose-journal-search-options

Conversation

@fudujiji

@fudujiji fudujiji commented Jun 1, 2026

Copy link
Copy Markdown

Summary

  • Add optional limit and since inputs to the MCP journal_search tool.
  • Forward both options to the existing core journalSearch implementation.
  • Add MCP handler coverage for the exposed options.

Why

The core search logic already supports date filtering and result limits, but MCP clients could not access those options through journal_search.

Tests

  • npm run build -w packages/core
  • npm run build -w packages/mcp-server
  • npm test -w packages/mcp-server

Note

  • npm ci is currently blocked by the existing package-lock/workspace version mismatch, so I used npm install --package-lock=false locally for validation without changing the lockfile.

@fudujiji
fudujiji marked this pull request as ready for review June 1, 2026 02:21
@fudujiji fudujiji changed the title [codex] expose journal_search since and limit options feat: expose journal_search since and limit options Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant