Skip to main content
Glama

WordPress Trac MCP Server

by Jameswlepage

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

NameRequiredDescriptionDefault
diffLimitNoMaximum characters of diff to return (default: 2000, max: 10000)
includeDiffNoInclude diff content (default: true)
revisionYesSVN revision number (e.g., 58504)

Input Schema (JSON Schema)

{ "properties": { "diffLimit": { "default": 2000, "description": "Maximum characters of diff to return (default: 2000, max: 10000)", "type": "number" }, "includeDiff": { "default": true, "description": "Include diff content (default: true)", "type": "boolean" }, "revision": { "description": "SVN revision number (e.g., 58504)", "type": "number" } }, "required": [ "revision" ], "type": "object" }
Install Server

Other Tools from WordPress Trac MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jameswlepage/trac-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server