We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288aec4 commit a40c966Copy full SHA for a40c966
internal/ghmcp/server.go
@@ -179,11 +179,11 @@ func NewMCPServer(cfg MCPServerConfig) (*server.MCPServer, error) {
179
return nil, fmt.Errorf("failed to enable toolsets: %w", err)
180
}
181
182
- // Register all mcp functionality with the server (tools, resources, prompts)
+ // Register all mcp functionality with the server
183
tsg.RegisterAll(ghServer)
184
185
186
- // Register specific tools if configured (additive to toolsets)
+ // Register specific tools if configured
187
if len(cfg.EnabledTools) > 0 {
188
// Clean and validate tool names
189
enabledTools := github.CleanTools(cfg.EnabledTools)
0 commit comments