feat: migrate to epsteinexposed package, add flights + search tools#5
Merged
feat: migrate to epsteinexposed package, add flights + search tools#5
Conversation
- Replace custom EpsteinClient with `epsteinexposed` package (AsyncEpsteinExposed with typed Pydantic models) - Add `get_person` tool (person detail by slug) - Add `search_documents` tool (FTS5 full-text search with source/category) - Add `search_flights` tool (flight logs by passenger/year/origin/dest) - Add `cross_search` tool (documents + emails cross-type search) - Rename `list_documents` → `search_documents` (now supports FTS5 query) - Remove `get_document` and `get_person_mentions` (replaced by richer tools) - Relax Python requirement to >=3.10 - Update tests: 26 passing (server tools + client integration)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EpsteinClientwith the newepsteinexposedpackage (AsyncEpsteinExposed) for typed Pydantic models and full API v1 coverageget_person(detail by slug),search_flights(flight logs),cross_search(documents + emails)search_documentswith FTS5 full-text search + source/category filterssearch_persons,get_person,search_documents,search_flights,cross_searchTest plan
mcp run src/server.pyand invoke each tool