Skip to content

v0.3.7

Choose a tag to compare

@GenAIwithMS GenAIwithMS released this 09 Jun 10:15
· 14 commits to main since this release
e00bb65

This release centralizes the MCP server launch arguments to always include --stdio, fixing a bug where some generated client configs omitted the stdio flag. It also streamlines the installer and documentation so users run the interactive setup and no longer need manual config edits.

Notable changes:

  • Centralized MCP launch: single source-of-truth for npx -y @muhammadsiddiq/twitter-mcp --stdio used for JSON, YAML, TOML, and OpenCode config output.
  • Bug fix: ensured --stdio is present in all generated server entries to prevent clients from failing to connect.
  • Installer-first UX: README rewritten to document the interactive installer (npx @muhammadsiddiq/twitter-mcp) and the questions it asks (target client, Twitter credentials, optional search keys).
  • Docs: added step-by-step instructions for obtaining Twitter consumer keys and access tokens, plus guides for XQuik/Hermes and GetXAPI optional search backends.
  • Images: improved guidance for posting images (CLI vs agent flows), filesystem/permission notes, path examples, supported formats, limits, and best practices.
  • Build: updated compiled installer artifact to reflect the source changes.