@n24q02m/better-notion-mcp 1.0.2 → 1.0.4
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.
- package/README.md +0 -26
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -64,11 +64,6 @@ This MCP server transforms Notion's 28+ atomic REST API endpoints into **7 mega
|
|
|
64
64
|
}
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
## 📚 Documentation
|
|
68
|
-
|
|
69
|
-
- **[Changelog](CHANGELOG.md)** - Version history and changes
|
|
70
|
-
- **[Security Policy](SECURITY.md)** - How to report security vulnerabilities
|
|
71
|
-
|
|
72
67
|
## 🔑 Get Notion Token
|
|
73
68
|
|
|
74
69
|
1. Visit <https://www.notion.so/my-integrations>
|
|
@@ -256,24 +251,3 @@ npm run docker:run
|
|
|
256
251
|
## 📄 License
|
|
257
252
|
|
|
258
253
|
MIT License - See [LICENSE](LICENSE)
|
|
259
|
-
|
|
260
|
-
## 🙏 Acknowledgments
|
|
261
|
-
|
|
262
|
-
- **Built With**:
|
|
263
|
-
- [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/sdk) - MCP framework
|
|
264
|
-
- [@notionhq/client](https://github.com/makenotion/notion-sdk-js) - Official Notion SDK
|
|
265
|
-
|
|
266
|
-
## 📞 Support & Community
|
|
267
|
-
|
|
268
|
-
- 🐛 [Report Bugs](https://github.com/n24q02m/better-notion-mcp/issues/new?template=bug_report.yml)
|
|
269
|
-
- 💡 [Request Features](https://github.com/n24q02m/better-notion-mcp/issues/new?template=feature_request.yml)
|
|
270
|
-
- ⭐ [Star this repo](https://github.com/n24q02m/better-notion-mcp) if you find it useful!
|
|
271
|
-
|
|
272
|
-
## 🔗 Links
|
|
273
|
-
|
|
274
|
-
- [npm Package](https://www.npmjs.com/package/@n24q02m/better-notion-mcp)
|
|
275
|
-
- [Docker Hub](https://hub.docker.com/r/n24q02m/better-notion-mcp)
|
|
276
|
-
- [GitHub Repository](https://github.com/n24q02m/better-notion-mcp)
|
|
277
|
-
- [Notion API Documentation](https://developers.notion.com)
|
|
278
|
-
- [Model Context Protocol](https://modelcontextprotocol.io)
|
|
279
|
-
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"ai-agent",
|
|
9
9
|
"composite-tools"
|
|
10
10
|
],
|
|
11
|
-
"version": "1.0.
|
|
11
|
+
"version": "1.0.4",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"type": "module",
|
|
14
14
|
"scripts": {
|
|
@@ -68,4 +68,5 @@
|
|
|
68
68
|
"url": "https://github.com/n24q02m/better-notion-mcp/issues"
|
|
69
69
|
},
|
|
70
70
|
"homepage": "https://github.com/n24q02m/better-notion-mcp#readme"
|
|
71
|
-
|
|
71
|
+
|
|
72
|
+
}
|