Skip to content

Commit

Permalink
Merge pull request #49 from EnesCinr/main
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellatman authored Dec 12, 2024
2 parents be45ea2 + 2a2b2c4 commit 1f622a8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,14 @@
"homepage": "https://rememberizer.ai/",
"license": "MIT",
"runtime": "python"
},
{
"name": "@enescinar/twitter-mcp",
"description": "This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.",
"vendor": "Enes Çınar",
"sourceUrl": "https://github.com/EnesCinr/twitter-mcp",
"homepage": "https://github.com/EnesCinr/twitter-mcp",
"license": "MIT",
"runtime": "node"
}
]
20 changes: 20 additions & 0 deletions src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,25 @@ export const packageHelpers: PackageHelpers = {
required: true
}
}
},
'@enescinar/twitter-mcp': {
requiredEnvVars: {
API_KEY: {
description: 'API key for X API',
required: true
},
API_SECRET_KEY: {
description: 'API secret key for X API',
required: true
},
ACCESS_TOKEN: {
description: 'API access token for X API',
required: true
},
ACCESS_TOKEN_SECRET: {
description: 'API access token secret for X API',
required: true
}
}
}
};

0 comments on commit 1f622a8

Please sign in to comment.