getChangeset
Retrieve detailed information about a WordPress code changeset, including commit message, author, and diff content by specifying a revision number on the WordPress Trac MCP Server.
Instructions
Get information about a specific WordPress code changeset/commit including commit message, author, and diff.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
diffLimit | No | Maximum characters of diff to return (default: 2000, max: 10000) | |
includeDiff | No | Include diff content (default: true) | |
revision | Yes | SVN revision number (e.g., 58504) |