agents icon indicating copy to clipboard operation
agents copied to clipboard

polygon mcp not working after v0.1.0

Open sudobinbash opened this issue 8 months ago • 1 comments

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)

sudobinbash avatar Jun 20 '25 18:06 sudobinbash

Hey @sudobinbash - I fixed this on Thursday in the repo - looks like you may have not had the latest version of the code?

ed-donner avatar Jun 22 '25 02:06 ed-donner