File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,27 @@ export default function Home(): ReactNode {
172172 A Buildkite plugin to run MCP servers in your CI/CD pipelines using
173173 ToolHive.
174174 </ ProductCard >
175+ < ProductCard
176+ contentType = 'text'
177+ href = 'http://github.com/StacklokLabs/toolhive-actions'
178+ title = 'ToolHive GitHub Actions'
179+ linkText = 'Go to project'
180+ >
181+ < img
182+ src = '/img/mcp-servers/github-actions-logo.png'
183+ alt = 'Buildkite logo'
184+ style = { {
185+ width : '60px' ,
186+ height : 'auto' ,
187+ float : 'right' ,
188+ marginLeft : '0.5rem' ,
189+ display : 'block' ,
190+ maxWidth : '40%' ,
191+ } }
192+ />
193+ A collection of GitHub Actions to install ToolHive and run MCP
194+ servers in your CI/CD workflows.
195+ </ ProductCard >
175196 < ProductCard
176197 contentType = 'text'
177198 href = 'http://github.com/StacklokLabs/yardstick'
You can’t perform that action at this time.
0 commit comments