Skip to content

Commit 0d3644a

Browse files
author
Richard Song
committed
chore: add latest version tag to @maton/mcp in READMEs
1 parent f4caf89 commit 0d3644a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Add the following to your `claude_desktop_config.json`. See [here](https://model
6161
"command": "npx",
6262
"args": [
6363
"-y",
64-
"@maton/mcp",
64+
"@maton/mcp@latest",
6565
"hubspot",
6666
"--actions=all",
6767
"--api-key=YOUR_MATON_API_KEY"

modelcontextprotocol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Add the following to your `claude_desktop_config.json`. See [here](https://model
3838
"command": "npx",
3939
"args": [
4040
"-y",
41-
"@maton/mcp",
41+
"@maton/mcp@latest",
4242
"hubspot",
4343
"--actions=all",
4444
"--api-key=YOUR_MATON_API_KEY"

typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Add the following to your `claude_desktop_config.json`. See [here](https://model
5555
"command": "npx",
5656
"args": [
5757
"-y",
58-
"@maton/mcp",
58+
"@maton/mcp@latest",
5959
"hubspot",
6060
"--actions=all",
6161
"--api-key=YOUR_MATON_API_KEY"

0 commit comments

Comments
 (0)