Michael Bleigh @mbleigh.dev · Nov 27

The Genkit MCP plugin can instantly turn your existing Genkit tools and prompts into an MCP server...in fact, it's quite a bit less code than using the MCP SDK directly!

0 likes 2 replies

?

Replies

David Soria Parra · Nov 27

Very nice! Reminds me a bit of our internal MCP decorator framework that allows you to just do ``` @mcp.tool(name="...") ```

Michael Bleigh · Nov 27

If you're interested in tinkering with MCP, Genkit might just be the easiest way to do it! You can get started here: github.com/firebase/...