@voxburst/mcp-server 0.2.1 → 0.2.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.
package/dist/client.js CHANGED
@@ -29,7 +29,7 @@ class VoxBurstClient {
29
29
  const headers = {
30
30
  'Authorization': `Bearer ${this.apiKey}`,
31
31
  'Content-Type': 'application/json',
32
- 'User-Agent': 'VoxBurst-MCP-Server/0.1.0',
32
+ 'User-Agent': 'VoxBurst-MCP-Server/0.2.1',
33
33
  };
34
34
  const options = {
35
35
  method,
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ const rate_limiter_js_1 = require("./middleware/rate-limiter.js");
19
19
  const auth_js_1 = require("./middleware/auth.js");
20
20
  const logger_js_1 = require("./middleware/logger.js");
21
21
  const SERVER_NAME = 'voxburst';
22
- const SERVER_VERSION = '0.2.0';
22
+ const SERVER_VERSION = '0.2.1';
23
23
  /**
24
24
  * Create and configure the MCP server with production hardening
25
25
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxburst/mcp-server",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "MCP Server for VoxBurst - Enable AI agents to manage social media posts",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",