Skip to content
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

Could explain the difference between MCP and function calling? #779

Open
somnus0818 opened this issue Mar 10, 2025 · 1 comment
Open

Could explain the difference between MCP and function calling? #779

somnus0818 opened this issue Mar 10, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@somnus0818
Copy link

Could explain the difference between MCP and function calling? thanks

@somnus0818 somnus0818 added the enhancement New feature or request label Mar 10, 2025
@omani
Copy link

omani commented Mar 10, 2025

it's basically just a wrapper. call it a framework. with...a standard way of doing things (dictated by the specification).

or in other words:
you could take your locally installed ollama, with your locally installed AI (which supports tool calling) and write custom tools for everything you need which is time-consuming, a repetitive task for everyone.

or you could just write a specification in the hope that it becomes the next standard (probably the first standard) on "how AI's should talk to the outside world" and let other people do the job of writing those functions by implementing their own MCP servers (shop integrating its API, business owner integrating its HTTP endpoints, big online company integrating its openAPI spec, etc.) and sit back and just connect to whatever service you want with your tool-calling-capable LLM. now it is just one tool you call and you get 50 tools back. (hence why I said it is just a wrapper).

I always said to people, LLMs are just the "brain" (if you will) and they are missing hands and feet.

think of this effort making LLMs tool-calling capable and defining a standard around it, as the effort of giving LLMs tentacles that spread around the world.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants