Zed
Setup Zed to correctly generate Avo code based on your prompt.
Quick use
In Thread chat type this before your prompt
bash
@fetch https://avohq.io/llms.txt
Or in Text thread chat type this before your prompt
bash
/fetch https://avohq.io/llms.txt
MCP server
MCP is a an API to communicate with AI models. You can add MCP servers to your code editor and Cursor will communicate with them to get more accurate results.
I suggest using Context7 MCP server which provides many libraries including Avo's docs.
Press⌘ CMD+⇧ Shift+P(or⌃ Ctrl+⇧ Shift+Pon Windows)
Type
agent: add context server
Add this name and server:
bash
# name
context7
bash
# server
npx -y @upstash/context7-mcp@latest
Now in Agent Mode you can ask AI anything about Avo, and write use context7
at the end of your prompt.
For example:
bash
create a new Avo resource for a product model. use context7