File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ path to `uvx`.
50
50
51
51
``` bash
52
52
# 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
54
54
```
55
55
56
56
This command will install the MCP server in your current project.
@@ -81,7 +81,7 @@ Make sure you complete the various fields.
81
81
"command" : " <path_to_your_uvx_install>/uvx" ,
82
82
"args" : [
83
83
" --from" ,
84
- " git+https://github.com/polygon-io/mcp_polygon@master " ,
84
+ " git+https://github.com/polygon-io/mcp_polygon@v0.1.0 " ,
85
85
" mcp_polygon"
86
86
],
87
87
"env" : {
You can’t perform that action at this time.
0 commit comments