Y
Hacker News
new
|
ask
|
show
|
jobs
by
mettamage
204 days ago
Hmm the Gemini API doesn’t need MCP for tool-use if I understand correctly. It just needs registered functions
1 comments
simonw
204 days ago
I don't think any of the mainstream vendor APIs require MCP for tool use - they all supported functions (generally defined using a chunk of OpenAPI JSON schema) before the MCP spec gained widespread acceptance and continue to do so today.
link
lebovic
204 days ago
Yep, the Anthropic API supported tool use well before an MCP-related construct was added to the API (MCP connector in May of this year).
While it's not an API, Anthropic's Agent SDK does require MCP to use custom tools.
link