Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MANTIS_API_KEY | Yes | Your Mantis API key/token | |
MANTIS_API_URL | Yes | Your Mantis instance API URL |
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 |
---|---|
get_issues | 獲取 Mantis 問題列表,可根據多個條件進行過濾,建議查詢時select選擇id,summary,description就好,資訊過多可能導致程式異常 |
get_issue_by_id | 根據 ID 獲取 Mantis 問題詳情 |
get_user | 根據用戶名稱查詢 Mantis 用戶 |
get_projects | 獲取 Mantis 專案列表 |
get_issue_statistics | 獲取 Mantis 問題統計數據,根據不同維度進行分析 |
get_assignment_statistics | 獲取 Mantis 問題分派統計數據,分析不同用戶的問題分派情況 |
get_users_by_project_id | 獲取指定專案的所有用戶 |
get_users | 用暴力法強制取得所有用戶 |