@node2flow/notion-mcp 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @node2flow/notion-mcp
2
2
 
3
+ [![smithery badge](https://smithery.ai/badge/node2flow/notion)](https://smithery.ai/server/node2flow/notion)
4
+
3
5
  MCP server for the Notion API — manage pages, blocks, databases, data sources, comments, and users.
4
6
 
5
7
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node2flow/notion-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for Notion API — manage pages, blocks, databases, data sources, comments, and users",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",