posterly-mcp-server 0.20.3 → 0.20.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 CHANGED
@@ -108,7 +108,7 @@ Add the same server definition to your Cursor MCP settings:
108
108
 
109
109
  ## Available tools
110
110
 
111
- `posterly-mcp-server@0.20.3` exposes 58 tools.
111
+ `posterly-mcp-server@0.20.4` exposes 58 tools.
112
112
 
113
113
  Public setup tools work before `POSTERLY_API_KEY` exists:
114
114
 
@@ -1 +1 @@
1
- export declare const POSTERLY_MCP_VERSION = "0.20.3";
1
+ export declare const POSTERLY_MCP_VERSION = "0.20.4";
@@ -1 +1 @@
1
- export const POSTERLY_MCP_VERSION = '0.20.3';
1
+ export const POSTERLY_MCP_VERSION = '0.20.4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "posterly-mcp-server",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "description": "MCP server for posterly: schedule social media posts from Claude Desktop",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.poster.ly/mcp",
@@ -1 +1 @@
1
- export const POSTERLY_MCP_VERSION = '0.20.3';
1
+ export const POSTERLY_MCP_VERSION = '0.20.4';