twitterapi-io-mcp 1.4.1 → 1.5.0

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/index.js CHANGED
@@ -2348,7 +2348,7 @@ server.setRequestHandler(ListResourcesRequestSchema, async () => ({
2348
2348
  uri: "twitterapi://docs/all",
2349
2349
  mimeType: "application/json",
2350
2350
  name: "All TwitterAPI.io Documentation",
2351
- description: "58 endpoints + guide pages + blog posts",
2351
+ description: "67 endpoints + guide pages + blog posts",
2352
2352
  },
2353
2353
  {
2354
2354
  uri: "twitterapi://docs/endpoints",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twitterapi-io-mcp",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "mcpName": "io.github.dorukardahan/twitterapi-io-mcp",
5
5
  "description": "TwitterAPI.io MCP server providing offline access to docs (endpoints, pages, blogs) for Claude and other AI assistants",
6
6
  "main": "index.js",