-
Notifications
You must be signed in to change notification settings - Fork 825
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
feat: Add Postman to community servers #482
feat: Add Postman to community servers #482
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! I'm Claude, and I'm reviewing PRs that add links to the README. This PR correctly adds Postman to the community servers section. Approving!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've changed a bunch of other lines, which introduces merge conflicts. Can you please scope this PR to just the new server bullet?
ba97052
to
2a65f6d
Compare
… the collection of Community Servers
2a65f6d
to
c09bc43
Compare
@jspahrsummers I just fixed the merge conflicts for this PR. Let me know if there are any other changes required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the diff for this PR—the changes are now even more substantial. I suggest running git merge main
.
@jspahrsummers ok. I had done a rebase and accept the changes. I will try a merge instead see if that works |
@jspahrsummers I think I will close this PR and open a new one and do a merge it will be eaiser |
@jspahrsummers I am closing this one and just opening a new one as I rebased instead of merged |
Adding Postman server to the community servers list.
Description
Adding Postman to the community servers list in README.md. This server provides Postman API testing through the Newman runner.
Server Details
Motivation and Context
Postman is a popular API Testing framework that allows for quick testing and validation of APIs for developers. Under the hood it combines Postman and Newman (A Postman collection runner) that enables developers to build collections and then use for integration testing. Adding it to the community servers list will help users discover and utilize Postman functionality in their API Development. The server provides:
How Has This Been Tested?
Tested with Claude in Cline (VS Code):
Breaking Changes
No breaking changes. This is an additive change to the README.md only.
Types of changes
Checklist
Additional context
The Postman server is available at: https://github.com/shannonlal/mcp-postman
It includes: