@chirpie/mcp 1.0.11 → 1.0.12

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/dist/index.js +1 -1
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -27,7 +27,7 @@ function formatError(err) {
27
27
  isError: true
28
28
  };
29
29
  }
30
- var SERVER_VERSION = true ? "1.0.11" : "dev";
30
+ var SERVER_VERSION = true ? "1.0.12" : "dev";
31
31
  var server = new McpServer({
32
32
  name: "chirpie",
33
33
  version: SERVER_VERSION
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@chirpie/mcp",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
+ "mcpName": "io.github.firefloco/chirpie",
4
5
  "description": "Chirpie MCP server — social media tools for AI agents",
5
6
  "repository": {
6
7
  "type": "git",
@@ -49,7 +50,7 @@
49
50
  ],
50
51
  "license": "MIT",
51
52
  "dependencies": {
52
- "@chirpie/sdk": "^1.0.10",
53
+ "@chirpie/sdk": "^1.0.11",
53
54
  "@modelcontextprotocol/sdk": "^1",
54
55
  "zod": "^3.24.4"
55
56
  },