Skip to content

Commit 32fe07d

Browse files
PolygonDanStough
authored andcommitted
Provide tag instead of master branch
1 parent d4dcf08 commit 32fe07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ path to `uvx`.
5050

5151
```bash
5252
# Claude CLI
53-
claude mcp add polygon -e POLYGON_API_KEY=your_api_key_here -- uvx --from git+https://github.com/polygon-io/mcp_polygon@master mcp_polygon
53+
claude mcp add polygon -e POLYGON_API_KEY=your_api_key_here -- uvx --from git+https://github.com/polygon-io/mcp_polygon@v0.1.0 mcp_polygon
5454
```
5555

5656
This command will install the MCP server in your current project.
@@ -81,7 +81,7 @@ Make sure you complete the various fields.
8181
"command": "<path_to_your_uvx_install>/uvx",
8282
"args": [
8383
"--from",
84-
"git+https://github.com/polygon-io/mcp_polygon@master",
84+
"git+https://github.com/polygon-io/mcp_polygon@v0.1.0",
8585
"mcp_polygon"
8686
],
8787
"env": {

0 commit comments

Comments
 (0)