-
by using an open source LLM and a whatever glue is needed to connect to eg the Weather Server. This looks very promising indeed! Thx! //PvR |
Beta Was this translation helpful? Give feedback.
Answered by
dsp-ant
Nov 27, 2024
Replies: 0 comments 1 reply
-
MCP is a protocol between a client and a server. In this case any application using an open source model would have to implement MCP so servers can connect. The SDKs and respective client APIs, as well as the spec documentation are the best place to look for how to implement clients. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jspahrsummers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MCP is a protocol between a client and a server. In this case any application using an open source model would have to implement MCP so servers can connect. The SDKs and respective client APIs, as well as the spec documentation are the best place to look for how to implement clients.