-
Notifications
You must be signed in to change notification settings - Fork 476
Open
Labels
Description
Describe the bug
The docs show that there should be an MCPManager included in the GO MCP plugin, but this isn't actually implement anywhere as far as I can tell.
To Reproduce
package main
import (
"context"
"github.com/firebase/genkit/go/genkit"
"github.com/firebase/genkit/go/plugins/mcp"
)
func main() {
ctx := context.Background()
g, _ := genkit.Init(ctx)
// undefined: mcp.NewMCPManager <--
manager, err := mcp.NewMCPManager(mcp.MCPManagerOptions{
// ...
})
}
Expected behavior
mcp.NewMCPManager
should exist
Screenshots
If applicable, add screenshots to help explain your problem.
Runtime (please complete the following information):
- OS: [e.g. Linux, MacOS] MacOS
- Version [e.g. 22] 15.6.1
** Go version 1.24.3
- run
go version
at paste here
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status