Skip to content

Commit a40c966

Browse files
committed
clean up comment
1 parent 288aec4 commit a40c966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/ghmcp/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ func NewMCPServer(cfg MCPServerConfig) (*server.MCPServer, error) {
179179
return nil, fmt.Errorf("failed to enable toolsets: %w", err)
180180
}
181181

182-
// Register all mcp functionality with the server (tools, resources, prompts)
182+
// Register all mcp functionality with the server
183183
tsg.RegisterAll(ghServer)
184184
}
185185

186-
// Register specific tools if configured (additive to toolsets)
186+
// Register specific tools if configured
187187
if len(cfg.EnabledTools) > 0 {
188188
// Clean and validate tool names
189189
enabledTools := github.CleanTools(cfg.EnabledTools)

0 commit comments

Comments
 (0)