Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mozillazg
Copy link
Contributor

No description provided.

@mozillazg mozillazg requested a review from EItanya as a code owner October 20, 2025 09:32
Copilot AI review requested due to automatic review settings October 20, 2025 09:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Fixes a typo in a comment describing the SSE tools loop.

  • Corrects comment from "stdio tools" to "sse tools" in types.py

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

tools.append(MCPToolset(connection_params=http_tool.params, tool_filter=http_tool.tools))
if self.sse_tools:
for sse_tool in self.sse_tools: # add stdio tools
for sse_tool in self.sse_tools: # add sse tools
Copy link

Copilot AI Oct 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider capitalizing the acronym in the comment for clarity and consistency: change 'sse' to 'SSE'.

Suggested change
for sse_tool in self.sse_tools: # add sse tools
for sse_tool in self.sse_tools: # add SSE tools

Copilot uses AI. Check for mistakes.
@EItanya EItanya merged commit e308290 into kagent-dev:main Oct 20, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants