docs: fix modelfetch icon

pull/722/head
Travis Fischer 2025-07-08 17:11:58 -07:00
rodzic e89c740e44
commit c960a4c20b
1 zmienionych plików z 9 dodań i 8 usunięć

Wyświetl plik

@ -31,18 +31,19 @@ description: Deploy your first MCP product to Agentic in minutes.
<Card
title='TS ModelFetch'
href='/publishing/guides/ts-modelfetch'
icon='cube-transparent'
icon='cube'
>
Create a new MCP server and deploy it to Agentic using ModelFetch SDK.
</Card>
<Card
title='TS FastMCP Server'
href='/publishing/guides/ts-fastmcp'
icon='bolt'
>
Create a new MCP server and deploy it to Agentic using the TS `fastmcp` package.
</Card>
<Card
title='TS FastMCP Server'
href='/publishing/guides/ts-fastmcp'
icon='bolt'
>
Create a new MCP server and deploy it to Agentic using the TS `fastmcp`
package.
</Card>
<Card
title='TS MCP Hono'