Skip to content

Commit a5cf584

Browse files
committed
Add ToolHive GitHub Actions project
Signed-off-by: Dan Barr <[email protected]>
1 parent b8b4a91 commit a5cf584

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

src/pages/index.tsx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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'
9.86 KB
Loading

0 commit comments

Comments
 (0)