Releases: suekou/mcp-notion-server
Releases · suekou/mcp-notion-server
Release v1.2.4
Release v1.2.3
Merge pull request #48 from suekou/version-update-5 chore: bump version to 1.2.3
Release v1.2.2
Release v1.2.1
What's Changed
- Changed the
title
parameter to optional when creating a database in bothREADME.md
andindex.ts
. by @suekou in #38 - chore: bump version to 1.2.1 by @suekou in #39
Full Changelog: v1.2.0...v1.2.1
Release v1.2.0
Release v1.1.1
What's Changed
- Update README.md to fix what to do in step 4 to connect to integration by @jonleung in #20
- use string for boolean in NOTION_MARKDOWN_CONVERSION by @kylemac in #29
- Update index.ts by @mvletter in #31
- version update v1.1.1 by @suekou in #32
New Contributors
- @jonleung made their first contribution in #20
- @kylemac made their first contribution in #29
- @mvletter made their first contribution in #31
Full Changelog: v1.1.0...v1.1.1
Release v1.1.0
What's Changed
I added a feature that converts content fetched from Notion into markdown. Since this is an experimental feature, it is disabled by default.
Full Changelog: v1.02...v1.1.0
Release v1.0.2
What's Changed
- chore: Prepare package for public release by @suekou in #17
- refactor: Remove unnecessary console logging in Notion MCP server by @suekou in #19
Full Changelog: v1.0.1...v1.02
Release v1.0.1
What's Changed
- docs: Update README with configuration options for Notion server by @suekou in #10
- change console type by @tyankatsu0105 in #15
- chore: bump version to 0.1.1 by @suekou in #16
New Contributors
- @tyankatsu0105 made their first contribution in #15
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
Merge pull request #9 from suekou/update-readme-2 update Readme.md