Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/introduction/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ The Flare API can be used to access Flare's search capabilities, configure monit
The Go SDK exposes a small `net/http.Client` wrapper
that automatically manages authentication.
</Card>

<Card title="CLI" icon="terminal" href="/sdk/cli">
Flare provides a Command Line Interface (CLI) utility
that can be used to interact with the Flare API.
</Card>

<Card title="MCP" icon="robot" href="/sdk/mcp">
Flare provides a Model Context Protocol (MCP) server
Expand Down