Replies: 1 comment 1 reply
-
Could you explain how the current MCP registry architecture might complicate things for C++ developers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Discussion Topic
Hello,
Even though there is no official MCP SDK for C++, in the future either an official or popular unofficial C++ MCP SDK will appear somewhere as I am actively working on to develop one.
Unlike other languages, C++ doesn't have a package manager and MCP servers written in C++ will either needs to be compiled on the fly or, the pre-compiled binaries needs to be installed from somewhere else.
It may seem like a trivial concern at first, since there are currently no MCP servers written in C++. However, once the C++ MCP SDK is introduced and servers begin to be implemented, having the MCP registry architecture already in place will introduce too much complication.
I'd really would like to work on that and hear your thoughts about it
Beta Was this translation helpful? Give feedback.
All reactions