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.
Files changed (2) hide show
  1. package/README.md +1 -2
  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
- [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=MOLT&config=eyJ1cmwiOiJodHRwOi8vMTI3LjAuMC4xOjg1MDIvbWNwIn0%3D)
170
-
169
+ [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](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.5",
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
  },