Skip to content

Commit 3939a9f

Browse files
committed
update README
1 parent a732947 commit 3939a9f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The most powerful open-source [CairoLang](https://www.cairo-lang.org/) generator
1414

1515
## Table of Contents <!-- omit in toc -->
1616

17+
- [Use Cairo Coder for Free](#use-cairo-coder-for-free)
1718
- [Credits](#credits)
1819
- [Overview](#overview)
1920
- [Features](#features)
@@ -23,6 +24,10 @@ The most powerful open-source [CairoLang](https://www.cairo-lang.org/) generator
2324
- [Development](#development)
2425
- [Contribution](#contribution)
2526

27+
## Use Cairo Coder for Free
28+
29+
Cairo Coder is free to use up to a certain limit, hosted by Kasar Labs. You can use it either as an MCP that enhances your agentic tools, or as a standalone API. [Get an API Key now](https://www.cairo-coder.com/).
30+
2631
## Credits
2732

2833
This project is based on [Starknet Agent](https://github.com/cairo-book/starknet-agent), an open-source AI search engine for the Starknet ecosystem. We've adapted and focused the technology to create a specialized tool for Cairo code generation. We're grateful for these initial contributions which provided a strong foundation for Cairo Coder.
@@ -38,6 +43,7 @@ Cairo Coder is an intelligent code generation service that makes writing Cairo s
3843
- **OpenAI Compatible API**: Interface compatible with the OpenAI API format for easy integration.
3944
- **Multi-LLM Support**: Works with OpenAI, Anthropic, Google Gemini, and other providers.
4045
- **Source-Informed Generation**: Code is generated based on up-to-date Cairo documentation, ensuring correctness.
46+
- **MCP Support**: Supports the MCP protocol for easy integration with Agentic tools. See [cairo-coder-mcp](https://github.com/KasarLabs/cairo-coder-mcp) for more information.
4147

4248
## Installation
4349

python/src/cairo_coder/__init__.py

Whitespace-only changes.

python/src/scripts/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)