metheus-governance-mcp-cli 0.2.40 → 0.2.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.mjs +1 -1
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -3670,7 +3670,7 @@ function appendProjectHintToInitialize(responseObj, args, options = {}) {
|
|
|
3670
3670
|
"High-priority project bootstrap rule:",
|
|
3671
3671
|
...(useSafeToolAliases
|
|
3672
3672
|
? [
|
|
3673
|
-
"- This session
|
|
3673
|
+
"- This session supports safe MCP tool aliases (underscore format). Prefer `project_summary` / `ctxpack_ensure` / `workitem_list`; dotted names are also accepted.",
|
|
3674
3674
|
]
|
|
3675
3675
|
: []),
|
|
3676
3676
|
`- MUST call \`${projectSummaryTool}\` first when the user provides only a Project ID or asks project overview/agenda.`,
|