Skip to content

Releases: suekou/mcp-notion-server

Release v1.2.4

14 May 01:03
f924bd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

Release v1.2.3

11 Apr 11:29
fc58454
Compare
Choose a tag to compare
Merge pull request #48 from suekou/version-update-5

chore: bump version to 1.2.3

Release v1.2.2

07 Apr 23:08
93adc5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

Release v1.2.1

06 Apr 12:07
8cdc6b9
Compare
Choose a tag to compare

What's Changed

  • Changed the title parameter to optional when creating a database in both README.md and index.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

06 Apr 11:19
5189741
Compare
Choose a tag to compare

What's Changed

  • Fix: Add missing items schema to query and update database tools by @Luovula in #33
  • add enabledTools args by @SugiKent in #36
  • chore: bump version to 1.2.0 by @suekou in #37

New Contributors

Full Changelog: v1.1.1...v1.2.0

Release v1.1.1

31 Mar 00:24
442eceb
Compare
Choose a tag to compare

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

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

25 Mar 00:53
3cfce48
Compare
Choose a tag to compare

What's Changed

  • feat: Add Markdown conversion support for Notion API responses by @suekou in #21

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

10 Mar 12:33
2b1d896
Compare
Choose a tag to compare

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

07 Mar 12:48
997dc92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

16 Dec 07:09
7ae7c2e
Compare
Choose a tag to compare
Merge pull request #9 from suekou/update-readme-2

update Readme.md