Skip to content

Releases: ergut/mcp-logseq

v1.0.1 - Critical Fixes and UX Improvements

21 Aug 08:42

Choose a tag to compare

🔧 Critical Fixes & Major UX Improvements

🐛 Bug Fixes

  • Fix server crash due to file logging permission errors on read-only filesystems
  • Improve logging reliability with user cache directory (~/.cache/mcp-logseq/) and fallback handling

🚀 Major UX Improvements

  • Zero installation required! Now uses uv --with for automatic dependency management
  • Simplified setup - no more pip install step needed
  • Enhanced documentation with comprehensive troubleshooting for PATH issues in Claude Desktop

📚 Documentation Updates

  • Complete installation guide rewrite using uv best practices
  • Added troubleshooting section for spawn uv ENOENT errors
  • Updated DEVELOPMENT.md with proper entry points
  • Provided full path solutions for different uv installation methods

🔄 Breaking Change (Installation Only)

The recommended installation method has changed from pip install to uv --with. The old method still works, but the new method is more reliable and requires no pre-installation.

New recommended setup:

claude mcp add mcp-logseq \
  --env LOGSEQ_API_TOKEN=your_token \
  -- uv run --with mcp-logseq mcp-logseq

📦 What's Included

  • Fixed file logging permissions (server.py:18-35)
  • Zero-dependency installation workflow
  • Comprehensive PATH troubleshooting guide

v1.0.0 - First stable release

21 Aug 07:15

Choose a tag to compare

🎉 First stable release of mcp-logseq!

Features

  • Complete MCP server for LogSeq integration
  • 6 comprehensive tools: create_page, list_pages, get_page_content, delete_page, update_page, search
  • Full LogSeq API integration via local HTTP server
  • Comprehensive documentation and examples
  • Complete test suite (unit + integration tests)

Installation

pip install mcp-logseq

Compatibility

  • Python 3.11+
  • LogSeq with HTTP API enabled
  • Works with Claude Code and Claude Desktop

What's Next

This release marks the stable API for mcp-logseq. Future releases will focus on enhancements while maintaining backward compatibility.

🔗 PyPI: https://pypi.org/project/mcp-logseq/
📚 Documentation: See README.md for setup instructions