v1.1.2
What's Changed
Improvements
- Improved CLI defaults: grep search now uses
--fixed-stringsand--ignore-caseby default - Migrated to
--rgflag for exact ripgrep search (FTS is now default) - Added Semantic Scholar integration tests
Documentation
- Updated all documentation to prefer
--rgfor exact search - Clarified that full-text search (FTS) is the default behavior
Internal
- Refactored MCP server structure: moved
paperqa_mcp_server.pytopaperpipe/mcp_server.py - Registered
paperqa_mcp_serveras console script for CLI access
Full Changelog: v1.1.0...v1.1.2