Skip to content

readme updates, including description of sse support #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 17, 2025
Merged

Conversation

jssmith
Copy link
Contributor

@jssmith jssmith commented Apr 17, 2025

No description provided.

@jssmith jssmith requested a review from rahulcap April 17, 2025 18:11
README.md Outdated
docker run -p 8000:8000 -e DATABASE_URI=postgresql://username:password@localhost:5432/dbname crystaldba/postgres-mcp --transport sse
docker run -p 8000:8000 \
-e DATABASE_URI=postgresql://username:password@localhost:5432/dbname \
crystaldba/postgres-mcp --transport=sse
Copy link
Contributor

@rahulcap rahulcap Apr 17, 2025

Choose a reason for hiding this comment

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

up to you as this is a minor comment -- but I think it'd be nice to include the access-mode param here only because we default to "unrestricted" which may be unexpected.

@@ -272,14 +278,26 @@ For example, in Windsurf's `mcp_config.json` you can put:
}
```
Copy link
Contributor

Choose a reason for hiding this comment

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

The "In Widsurf" was hard to notice as it was in the previous line. Can make it more clear like maybe put "In Winsurf" in e new line and maybe bold windsurf? Or make a list?

Also -- I suggest we put the Cursor/CLine config first as that config with url seems more common

Copy link
Contributor

@rahulcap rahulcap left a comment

Choose a reason for hiding this comment

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

Overall looks good. Left two comments.

  1. including "access-level" in docker cmd -- I could go either way on this but a slight pref to highlighting the feature in the command
  2. making the config for cursor/cline/windsurf more clear. I'd like to see the cursor/cline one first, and break out the line htat starts with "In Windsurf" so its more clear its for that ide

@jssmith jssmith requested a review from rahulcap April 17, 2025 19:47
@jssmith jssmith merged commit 94a1b9c into main Apr 17, 2025
@jssmith jssmith deleted the update-readme branch April 17, 2025 20:25
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