Skip to content

Commit

Permalink
Merge pull request #50 from michaellatman/devin/1734012413-add-mcp-se…
Browse files Browse the repository at this point in the history
…rver-commands
  • Loading branch information
michaellatman authored Dec 12, 2024
2 parents 6617dd7 + 0efb13f commit 877e326
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions packages/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,21 @@
"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"
"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"
},
{
"name": "mcp-server-commands",
"description": "MCP server enabling LLMs to execute shell commands and run scripts through various interpreters with built-in safety controls.",
"vendor": "g0t4 (https://github.com/g0t4)",
"sourceUrl": "https://github.com/g0t4/mcp-server-commands",
"homepage": "https://github.com/g0t4/mcp-server-commands",
"license": "MIT",
"runtime": "node"
}
]

0 comments on commit 877e326

Please sign in to comment.