agents
agents copied to clipboard
polygon mcp not working after v0.1.0
Getting this error when getting the mcp_polygon from the master branch (also same with v0.2.0)
uvx --from git+https://github.com/polygon-io/mcp_polygon@master mcp_polygon
Traceback (most recent call last):
File ".../mcp_polygon", line 12, in <module>
sys.exit(run())
^^^^^
TypeError: run() missing 1 required positional argument: 'transport'
MCP works only with v0.1.0 (didn't validate other releases tho)
Hey @sudobinbash - I fixed this on Thursday in the repo - looks like you may have not had the latest version of the code?