Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROQ_API | Yes | Your Groq API key | |
| MODEL_NAME | No | The name of the model to use | llama3-8b-8192 |
| TAVILY_API | Yes | Your Tavily API key | |
| MCP_SERVER_URL | No | The URL of the MCP server | http://127.0.0.1:8000 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |