Skip to content
K

mm_link_spec

[DEPRECATED — use mm_link with entity=spec] Link an existing spec to a feature. Updates the feature’s linked_specs array with the correct relative path.

  • Category: Entity Creation
  • Source: Built-in
  • Required parameters: 3
  • Total parameters: 3
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
spec_pathstringYesSpec folder name or full path
feature_idstringYesFeature ID to link the spec to
{
"tool": "mm_link_spec",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"spec_path": "2026-01-15-my-feature",
"feature_id": "my-example"
}
}
  • mm_create_feature - [DEPRECATED — use mm_create with entity=feature] Create a new feature to grou…
  • mm_create_spec - [DEPRECATED — use mm_create with entity=spec] Create a new spec with proper s…
  • mm_add_task - [DEPRECATED — use mm_create with entity=task] Add a task to a spec’s implemen…
  • mm_update_task - [DEPRECATED — use mm_update with entity=task] Update a task’s status in imple…
  • mm_create_issue - [DEPRECATED — use mm_create with entity=issue] Create a new issue for trackin…