Skip to content

Releases: rhel-lightspeed/docs2db-mcp-server

v0.1.0 - First Public Release

16 Feb 21:55

Choose a tag to compare

Added

  • Initial implementation of MCP server for docs2db-api
  • search_documents tool with hybrid search (vector + BM25)
  • SSE (Server-Sent Events) transport for MCP protocol
  • Environment-based configuration via pydantic-settings
  • Cross-encoder reranking support for improved relevance
  • Docker/Podman containerization with health checks
  • Comprehensive README with usage examples
  • Support for llama-stack, Goose, and Claude Desktop
  • Non-root container user for security
  • Configurable similarity thresholds and result limits

Changed

  • Improved search_documents tool description to emphasize RHEL-specific use cases
  • Tool description now highlights when to use this tool (RHEL version-specific features, release notes, etc.)

Fixed

  • Containerfile installation order (copy source before pip install to avoid module not found errors)

Dependencies

  • fastmcp >=2.14.4, <3
  • mcp >=1.9.3
  • docs2db-api
  • pydantic >=2.12.5
  • pydantic-settings >=2.12.0