We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dorukardahan/twitterapi-io-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.js•514 B
#!/usr/bin/env node
// NOTE: This package is a compatibility wrapper that delegates to the canonical package.
// It must never write to stdout (MCP protocol uses stdout). Use stderr only.
console.error(
[
'[DEPRECATED] The npm package "twitterapi-docs-mcp" has been renamed to "twitterapi-io-mcp".',
'Please update your Claude/CLI configuration to use: npx -y twitterapi-io-mcp',
'This wrapper will keep working for backwards compatibility.',
].join('\n')
);
await import('twitterapi-io-mcp');