Add semantic_search MCP tool #30
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-mcp!30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "29-add-semantic-search-mcp-tool"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds the
semantic_searchMCP tool that wrapsget_sdk().semantic_search(), which hitsGET /notes/semantic-search. Copies thesearch_notestool pattern exactly. Bumpspal-e-docs-sdkfrom 0.1.0 to 0.2.0 inuv.lockto pick up thesemantic_search()SDK method merged in SDK PR #20.Changes
src/pal_e_docs_mcp/tools/notes.py-- addedsemantic_searchtool with parameters:query(required),limit,note_type,project,tags,statustests/test_param_alignment.py-- addedTestSemanticSearchclass with 4 tests (positional arg mapping, optional filter forwarding, defaults-to-none, error handling)uv.lock-- bumpedpal-e-docs-sdk0.1.0 -> 0.2.0Test Plan
uv run pytest tests/ -v), including 4 new semantic_search testsserver.pyor other tool modulesReview Checklist
Closes #Nsearch_notesexactly)Related
plan-2026-02-26-tf-modularize-postgresCloses #29