Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | Your GitHub token with repo, workflow, issues, and pull_requests permissions | |
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key | |
| GITHUB_REPOSITORY | Yes | GitHub repository in owner/repo format | |
| GITHUB_REPOSITORY_PATH | Yes | Absolute path to your repository |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| agentic_codegen_execute | CodeGenAgent実行 - AI駆動コード生成・テスト自動生成 |
| agentic_review_execute | ReviewAgent実行 - 静的解析・セキュリティスキャン・品質判定 |
| agentic_issue_analyze | IssueAgent実行 - Issue内容AI分析・Label自動付与 |
| agentic_pr_create | PRAgent実行 - PR自動作成・説明文AI生成 |
| agentic_coordinator_decompose | CoordinatorAgent実行 - タスク分解(DAG構築)・Agent選定 |
| agentic_kpi_collect | KPI収集・ダッシュボード生成 |
| agentic_metrics_view | 識学理論KPIダッシュボード表示 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |