Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub token for better API rate limits (required scope: public_repo) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Zig Language Reference | Official Zig language documentation and reference guide |
| Zig Standard Library Documentation | Documentation for the Zig standard library |
| Popular Zig Repositories | List of most popular Zig repositories on GitHub with insights |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| optimize_code | Optimize Zig code for better performance |
| estimate_compute_units | Estimate computational complexity and resource usage |
| generate_code | Generate Zig code from natural language description |
| get_recommendations | Get code improvement recommendations and best practices |