Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug mode | false |
AUTH_METHOD | No | Authentication method to use (sanctum or oauth2) | sanctum |
MAX_RETRIES | No | Maximum number of retry attempts for failed requests | 3 |
RETRY_DELAY | No | Delay between retry attempts in milliseconds | 1000 |
MCP_SERVER_NAME | No | Name of the MCP server | IssueBadge MCP Server |
REQUEST_TIMEOUT | No | Timeout for API requests in milliseconds | 30000 |
ISSUEBADGE_API_KEY | No | Your IssueBadge API key for authentication | |
MCP_SERVER_VERSION | No | Version of the MCP server | 1.0.0 |
ISSUEBADGE_BASE_URL | No | The base URL for the IssueBadge API | https://app.issuebadge.com/api/v1 |
ISSUEBADGE_OAUTH_URL | No | The OAuth URL for IssueBadge (Alternative to API key) | https://app.issuebadge.com/api/v1/oauth |
ISSUEBADGE_OAUTH_TOKEN | No | Your OAuth token for IssueBadge authentication |
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 |