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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ A suite of developer tools for integrating with the [Gemini](https://www.gemini.
| Package | Description |
|---------|-------------|
| [`packages/mcp-server`](packages/mcp-server/) | MCP server exposing Gemini API as tools for AI assistants |
| [`packages/sdk-go`](packages/sdk-go/) | Official Go SDK for the Gemini REST and WebSocket APIs |
| [Go SDK](packages/sdk-go/README.md) | Official Go SDK for the Gemini REST and WebSocket APIs |
| [Go SDK Gorilla WebSocket adapter](packages/sdk-go/websocket/gorilla/) | Optional Gorilla WebSocket adapter for the Go SDK |
| [TypeScript SDK](packages/sdk-typescript/README.md) ([npm package](https://www.npmjs.com/package/@gemini-markets/sdk)) | Official TypeScript SDK for REST and WebSocket APIs, with server and browser entry points |
| [`samples/`](samples/) | REST and WebSocket examples in TypeScript, Python, and Go |
| [`skills/`](skills/) | Claude Code skills (e.g., terminal candlestick charts) |

Expand Down Expand Up @@ -55,7 +57,8 @@ cd samples/go && go mod download

## Configuration

All components read credentials from environment variables:
Samples, the MCP server, and the Go demo read credentials from environment
variables. See each package README for SDK-specific configuration:

| Variable | Description |
|----------|-------------|
Expand Down
Loading