Skip to content

Commit 4c6a9a5

Browse files
authored
Update mcp.md
1 parent 268da69 commit 4c6a9a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

integrations/mcp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: integration
33
name: Model Context Protocol - MCP
44
description: Haystack Tool Integration with the MCP
5-
65
authors:
76
- name: deepset
87
socials:
@@ -142,13 +141,13 @@ result = pipeline.run({"llm": {"messages": [user_input_msg]}, "adapter": {"initi
142141
print(result["response_llm"]["replies"][0].text)
143142

144143
```
145-
Whe you run:
144+
When you run:
146145
```bash
147146
python examples/time_pipeline.py
148147
```
149148

150149
The output will be something similar to:
151-
## The current time in New York is 1:57 PM.
150+
```## The current time in New York is 1:57 PM.```
152151

153152
In a nutshell, this example creates a pipeline that:
154153

0 commit comments

Comments
 (0)