Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOME | Yes | The home directory of the user | |
| MCPTIX_DB_PATH | Yes | The path to the mcptix database file |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All Tickets | Get all tickets, with optional filtering, sorting, and pagination |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tickets | List tickets with optional filtering, sorting, and pagination |
| get_ticket | Get a ticket by ID |
| create_ticket | Create a new ticket |
| update_ticket | Update an existing ticket |
| delete_ticket | Delete a ticket |
| add_comment | Add a comment to a ticket |
| search_tickets | Search for tickets based on various criteria |
| get_stats | Get statistics about tickets in the system |