Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| git_status_explained | Check git status with beginner-friendly explanations |
| git_branch_explained | Show branches with explanation of branch workflow |
| git_commit_guided | Guide through creating a proper commit |
| docker_check_setup | Verify Docker is installed and running correctly |
| docker_analyze_project | Analyze project and suggest Dockerfile |
| docker_build | Build a Docker image with guidance |
| ghcr_login_guide | Guide through GHCR authentication |
| ghcr_push | Tag and push image to GitHub Container Registry |
| sonarcloud_setup_guide | Guide through SonarCloud setup and configuration |
| sonarcloud_create_config | Generate sonar-project.properties file |
| sonarcloud_create_workflow | Generate GitHub Actions workflow with SonarCloud analysis |
| azure_setup_guide | Guide through Azure setup for container deployment |
| azure_check_cli | Check Azure CLI installation and authentication |
| azure_acr_setup | Create and configure Azure Container Registry |
| azure_container_apps_deploy | Deploy container to Azure Container Apps |
| azure_create_workflow | Generate GitHub Actions workflow for Azure deployment |
| azure_secrets_setup | Set up GitHub secrets for Azure deployment |
| github_actions_create_ci | Generate a CI/CD workflow for the project |
| github_secrets_list | List GitHub Actions secrets for a repository |
| github_secrets_set | Set a GitHub Actions secret (value will be securely stored) |
| github_secrets_delete | Delete a GitHub Actions secret |
| github_secrets_guide | Explain GitHub Secrets and common patterns |
| dev_onboarding_check | Run full developer environment check |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |