Published: April 9, 2025
2
22
262

MCPが盛り上がってもう1回調べたけど、プログラマ的に面白いのは tools の Function Callingが一般化したことな気がしてて、 npm ライブラリとして tool の実装だけ配るのが一番コスパいいんじゃないかという気がする。 mcp はトランスポート層みたいなもんに過ぎない

これ以上のことはあんまり考えなくていいのでは import {foo} from "foo-tool"; const tools = {foo}; // run with model generateText({tools}) // host tools runMcpServer({tools})

mastra だって結局 tool 注入器に過ぎない https://mastra.ai/examples/age...

Share this thread

Read on Twitter

View original thread

Navigate thread

1/3