Skip to content

Commit 6d7558e

Browse files
comment fixes
1 parent 349ebcc commit 6d7558e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/samples/concepts/mcp/agent_with_mcp_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async def main():
4444
thread: ChatHistoryAgentThread = None
4545

4646
print(f"# User: {user_input}")
47-
# 4. Invoke the agent for a response
47+
# 3. Invoke the agent for a response
4848
response = await agent.get_response(messages=user_input, thread=thread)
4949
print(f"# {response.name}: {response} ")
5050
thread = response.thread

python/semantic_kernel/connectors/mcp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def __init__(
311311
) -> None:
312312
"""Initialize the MCP sse plugin.
313313
314-
The arguments are used to create a sse client.
314+
The arguments are used to create a sse client.
315315
see mcp.client.sse.sse_client for more details.
316316
317317
Any extra arguments passed to the constructor will be passed to the

0 commit comments

Comments
 (0)