Skip to content
K

mm_link_github_pr

Link a GitHub pull request to a task in a spec

  • Category: Plugins
  • Source: Plugin: github
  • Required parameters: 4
  • Total parameters: 4
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
spec_pathstringYes
task_titlestringYesTitle of the task to link the PR to
pr_numbernumberYesGitHub pull request number
{
"tool": "mm_link_github_pr",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"spec_path": "2026-01-15-my-feature",
"task_title": "My Example",
"pr_number": 1
}
}