Skip to content

Commit b61d440

Browse files
DanStoughjoedursun
andcommitted
Update README.md
Co-authored-by: Joseph Dursun <1846807+joedursun@users.noreply.github.com>
1 parent 6a96ce0 commit b61d440

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,18 @@ POLYGON_API_KEY=your_api_key_here uv run mcp_polygon
139139

140140
```json
141141

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-
}
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"
155154
}
156155
}
157156
}

0 commit comments

Comments
 (0)