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 <Card
title='TS ModelFetch' title='TS ModelFetch'
href='/publishing/guides/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. Create a new MCP server and deploy it to Agentic using ModelFetch SDK.
</Card> </Card>
<Card <Card
title='TS FastMCP Server' title='TS FastMCP Server'
href='/publishing/guides/ts-fastmcp' href='/publishing/guides/ts-fastmcp'
icon='bolt' icon='bolt'
> >
Create a new MCP server and deploy it to Agentic using the TS `fastmcp` package. Create a new MCP server and deploy it to Agentic using the TS `fastmcp`
</Card> package.
</Card>
<Card <Card
title='TS MCP Hono' title='TS MCP Hono'