We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a96ce0 commit b61d440Copy full SHA for b61d440
README.md
@@ -139,19 +139,18 @@ POLYGON_API_KEY=your_api_key_here uv run mcp_polygon
139
140
```json
141
142
- "mcpServers": {
143
- "polygon": {
144
- "command": "/your/path/.cargo/bin/uv",
145
- "args": [
146
- "run",
147
- "--with",
148
- "/your/path/mcp_polygon",
149
- "mcp_polygon"
150
- ],
151
- "env": {
152
- "POLYGON_API_KEY": "your_api_key_here",
153
- "HOME": "/Users/danny"
154
- }
+ "mcpServers": {
+ "polygon": {
+ "command": "/your/path/.cargo/bin/uv",
+ "args": [
+ "run",
+ "--with",
+ "/your/path/mcp_polygon",
+ "mcp_polygon"
+ ],
+ "env": {
+ "POLYGON_API_KEY": "your_api_key_here",
+ "HOME": "/Users/danny"
155
}
156
157
0 commit comments