Skip to content

Releases: trsdn/obsidian-mcp

Obsidian MCP v0.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 21:49

What's Changed

  • deps: resolve all open Dependabot security alerts by @trsdn in #6
  • ci: bump the github-actions group with 2 updates by @dependabot[bot] in #7
  • deps-dev: bump pytest-cov from 6.3.0 to 7.1.0 by @dependabot[bot] in #8
  • feat: publish to PyPI as trsdn-obsidian-mcp via Trusted Publishing by @trsdn in #9

New Contributors

Full Changelog: v0.1.1...v0.1.2

Obsidian MCP v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 09:53
37afac0

Highlights

  • Professional README and comprehensive quick start documentation.
  • Client configurations for standard local platforms.
  • Clear structural security model safeguarding file access.

Repository foundations

  • Dual-verified MIT LICENSE representation.
  • Structured package URLs, classifiers, topics, and community templates.
  • Complete 100% community profile rating on GitHub.

Quality and delivery

  • Automated test suite containing 15 tests.
  • High test coverage exceeding >=88% coverage.
  • Continuous Integration support for Python 3.11-3.14 environments.
  • Active scanning with gitleaks, code formatting checks, and verified wheel/sdist release assets.

Compatibility

  • Solid backwards compatibility with no runtime behavior or ten-tool contract changes.

Full changelog link

v0.1.0...v0.1.1

obsidian-mcp v0.1.0

Choose a tag to compare

@trsdn trsdn released this 20 Aug 09:17

Added

  • Local stdio MCP server with ten tools for listing, reading, searching,
    creating, updating, moving, and deleting Markdown notes.
  • Vault-bound path resolution, including protection against escaping symbolic
    links.
  • Optional read-only mode that blocks all write tools.
  • Temporary-vault tests, Python 3.11 through 3.14 CI, and secret scanning.
  • Security policy, contribution guide, and portable client configuration.