mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
refactor(toolsets): renamed Profile to Toolset (#309)
As a prior step to providing support for toolsets this change repurposes the current work in profiles which partially aligns with the toolsets expected features Signed-off-by: Marc Nuri <marc@marcnuri.com>
This commit is contained in:
@@ -87,7 +87,7 @@ func (c *httpContext) beforeEach(t *testing.T) {
|
||||
}
|
||||
c.StaticConfig.Port = fmt.Sprintf("%d", ln.Addr().(*net.TCPAddr).Port)
|
||||
mcpServer, err := mcp.NewServer(mcp.Configuration{
|
||||
Profile: mcp.Profiles[0],
|
||||
Toolset: mcp.Toolsets[0],
|
||||
StaticConfig: c.StaticConfig,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user