-
Notifications
You must be signed in to change notification settings - Fork 9.1k
OpenLink MCP server additions #1953
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
OpenLink MCP server additions #1953
Conversation
Moved new additions to the Community section and ordered alphabetically.
Typo fix in generic pyODBC mcp server url
olaservo
left a comment
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, thanks for the PR. Could you remove the other unrelated changes? Thanks!
|
This approach isn't going to work, since by the time you get to review my PR the sorting order would have changed. How do I simply make a submission of our MCP servers for you to incorporate? |
|
Hi @kidehen, we've been experimenting with bypassing the need to sort and alphabetize in each PR by aggregating multiple additions like this one: #2370 (Doing it one by one was leading to more chances for conflicts, etc.) We hadn't updated the PR template yet since we were still refining the process and seeing some PRs getting missed, but we will clarify that in the template for future PRs. Thanks! |
Okay, thanks for the reply. At this juncture, what's the best cause of action for adding our MCP servers? |
|
@kidehen @olaservo — I think all merge conflicts are resolved and this is ready to merge into https://github.com/modelcontextprotocol/servers/tree/main. Please let me know if there are remaining issues. |
|
Thanks for your contribution to the servers list. This has been merged in this combined PR: #2475 This is a new process we're trying out, so if you see any issues feel free to re-open the PR and tag me. |
Description
Added the OpenLink generic MCP servers for the following to the Community Servers collection, integrated in alphabetical order.
Moved new additions to the Community section and ordered alphabetically.
Server Details
Motivation and Context
List enrichment.
How Has This Been Tested?
Via our normal product QA and release process across all major DBMS platforms that we support e.g.. Oracle, Microsoft SQL Server / Sybase, Informix, Progress 4GL / OpenEdge, DB2, MySQL, and PostgreSQL. This also includes our ODBC to JDBC and JDBC to ODBC bridges.
Breaking Changes
This is simply a list addition. Existing users of these MCP servers will not need to change anything.
Types of changes
Checklist