diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b173006b..83053841 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -46,10 +46,10 @@ export default function Home(): ReactNode { src='/img/toolhive-mascot.png' alt='ToolHive mascot' style={{ - width: '120px', + width: '150px', height: 'auto', float: 'right', - marginRight: '1.5rem', + marginLeft: '1.5rem', display: 'block', maxWidth: '40%', }} @@ -63,20 +63,53 @@ export default function Home(): ReactNode {
+ A Go implementation of the Fetch MCP server that retrieves web
+ content and converts it to markdown for easier consumption by LLMs.
+
+ MKP is an MCP server that allows LLM-powered applications to
+ interact with Kubernetes clusters.