Skip to content

Commit b95ca3b

Browse files
committed
fix: pin workiq MCP server to @latest for auto-updates
1 parent 6b277eb commit b95ca3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/workiq/.mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"command": "npx",
55
"args": [
66
"-y",
7-
"@microsoft/workiq",
7+
"@microsoft/workiq@latest",
88
"mcp"
99
],
1010
"tools": [
1111
"*"
1212
]
1313
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)