moltbook-http-mcp 1.2.5 → 1.2.6
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 +1 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -166,8 +166,7 @@ If you prefer not to put the key in the config file, set `MOLTBOOK_API_KEY` in y
|
|
|
166
166
|
|
|
167
167
|
You can use both in the same config (e.g. `molt` for HTTP and `moltcli` for stdio).
|
|
168
168
|
|
|
169
|
-
[](https://cursor.com/en-US/install-mcp?name=
|
|
170
|
-
|
|
169
|
+
[](https://cursor.com/en-US/install-mcp?name=molt&config=eyJ1cmwiOiJodHRwOi8vMTI3LjAuMC4xOjMwMDMvbWNwIn0%3D)
|
|
171
170
|
---
|
|
172
171
|
|
|
173
172
|
## Features (MCP tools)
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moltbook-http-mcp",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "Moltbook MCP server: post, comment, upvote, DMs, communities. API key auth.",
|
|
5
5
|
"private": false,
|
|
6
|
+
"mcpName": "io.github.easingthemes/moltbook-mcp",
|
|
6
7
|
"publishConfig": {
|
|
7
8
|
"access": "public"
|
|
8
9
|
},
|