Skip to content

Conversation

DanStough
Copy link
Contributor

Description

Some minor edits + the Claude Desktop config we talked about. Some comments inline below.

@DanStough DanStough requested a review from joedursun April 17, 2025 01:56
@DanStough DanStough changed the title Dan/readme polish Readme Polish + License Apr 17, 2025
@@ -0,0 +1,21 @@
MIT License
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used MIT because all the SDKs are licensed that way.

This command will install the MCP server in your current project.
If you want to install it globally, you can run the command with `-s <scope>` flag.
See `claude mcp add --help` for more options.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By default the MCP is added to local, which for claude is the very literal path you were at when you ran the command. I think this is why it didn't work when you moved directories.
TIL: you can find this config at ~/.claude.json

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah nice find!

Comment on lines -69 to -74
## Configuration

### Environment Variables

- `POLYGON_API_KEY` (required): Your Polygon.io API key

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a few edits like this just to make things more concise.

Comment on lines +143 to +145
## Contributing
If you found a bug or have an idea for a new feature, please first discuss it with us by submitting a new issue.
We will respond to issues within at most 3 weeks.
We're also open to volunteers if you want to submit a PR for any open issues but please discuss it with us beforehand.
PRs that aren't linked to an existing issue or discussed with us ahead of time will generally be declined.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also borrowed from the SDK readmes

],
"env": {
"POLYGON_API_KEY": "<your_api_key_here>",
"HOME": "<your_home_directory>"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was only needed because the repo is private, so we might be able to remove later.

@DanStough DanStough merged commit 238fa9b into master Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants