Skip to main content
Glama

Twitter MCP Server

by aali-1
basic.test.ts362 B
describe('Twitter MCP Server', () => { test('Basic functionality test', () => { expect(true).toBe(true); }); test('String operations work', () => { const testString = 'test'; expect(testString).toBe('test'); }); test('Object operations work', () => { const testObj = { key: 'value' }; expect(testObj.key).toBe('value'); }); });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aali-1/twitter-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server