Skip to content

v0.2.27

Choose a tag to compare

@github-actions github-actions released this 20 Jan 05:09
· 76 commits to main since this release

ContextFS v0.2.27

Installation

pip install contextfs==0.2.27

Or with uvx:

uvx contextfs --version

What's Changed

✨ New Features

  • Add MCP server and sync client tests, remove deprecated migrations
  • Add MCP server and sync client tests, remove deprecated migrations
  • Add self-hosted coverage badge generation
  • Add CI and coverage badges to README
  • Add PostgreSQL to CI, remove broken service tests
  • Add comprehensive test coverage for CLI and integration tests

🐛 Bug Fixes

  • Fix Dockerfile.sync: remove deprecated migrations reference
  • Add write permissions for coverage badge commit
  • Fix critical type errors that could cause runtime failures
  • Fix file descriptor leaks and improve test performance
  • Fix 3 MCP tool bugs discovered during testing
  • Fix Gemini CLI MCP connection (handle /mcp/sse without redirect)

Maintenance

  • Bump version to 0.2.27

Other Changes

  • Update coverage badge [skip ci]
  • Update coverage badge [skip ci]
  • Skip service tests in CI (require asyncpg/PostgreSQL)
  • Migrate MCP server to FastMCP 2.0

Links