Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
searchTickets | Search for WordPress Trac tickets by keyword or filter expression. Returns ticket summaries with basic info. |
getTicket | Get detailed information about a specific WordPress Trac ticket including description, comments, and metadata. |
getChangeset | Get information about a specific WordPress code changeset/commit including commit message, author, and diff. |
getTimeline | Get recent activity from WordPress Trac timeline including recent tickets, commits, and other events. |
getTracInfo | Get WordPress Trac metadata like components, milestones, priorities, and severities. |