@chirpie/mcp 1.0.14 → 1.0.15

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 +2 -2
package/dist/index.js CHANGED
@@ -191,7 +191,7 @@ function requireClient() {
191
191
  }
192
192
  return client;
193
193
  }
194
- var SERVER_VERSION = true ? "1.0.14" : "dev";
194
+ var SERVER_VERSION = true ? "1.0.15" : "dev";
195
195
  var server = new McpServer({
196
196
  name: "chirpie",
197
197
  version: SERVER_VERSION
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chirpie/mcp",
3
- "version": "1.0.14",
4
- "mcpName": "io.github.firefloco/chirpie",
3
+ "version": "1.0.15",
4
+ "mcpName": "io.github.Firefloco/chirpie",
5
5
  "description": "Chirpie MCP server — social media tools for AI agents",
6
6
  "repository": {
7
7
  "type": "git",