Skip to content

[Go] mcp.NewMCPManager doesn't exist #3561

@jeremyberglund-airspace

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

bugSomething isn't workinggo

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions