Skip to content

Commit 9220d70

Browse files
committed
Update the changelog
1 parent 656080c commit 9220d70

1 file changed

Lines changed: 38 additions & 22 deletions

File tree

integrations/mcp/CHANGELOG.md

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## [integrations/mcp-v1.3.0] - 2026-03-24
4+
5+
### 🚀 Features
6+
7+
- Make connection to Stdio MCP servers work on notebooks by redirecting errlog (#3037)
8+
9+
### 📚 Documentation
10+
11+
- Fix some invalid raises directives (#2847)
12+
- Simplify pydoc configs (#2855)
13+
14+
### 🧪 Testing
15+
16+
- Test compatible integrations with python 3.14; update pyproject (#3001)
17+
18+
### 🧹 Chores
19+
20+
- Remove unused allow-direct-references (#2866)
21+
- Add ANN ruff ruleset to llama_cpp, llama_stack, mcp, meta_llama, mistral, mongodb_atlas, nvidia, ollama, openrouter, opensearch (#2991)
22+
- Enforce ruff docstring rules (D102/D103/D205/D209/D213/D417/D419) in integrations 21-30 (#3010)
23+
24+
## [integrations/mcp-v1.2.0] - 2026-01-16
25+
26+
### 🚀 Features
27+
28+
- Add state-based configuration support to MCPToolset (#2689)
29+
30+
31+
### 🧹 Chores
32+
33+
- Remove Readme API CI workflow and configs (#2573)
34+
- Make fmt command more forgiving (#2671)
35+
36+
### 🌀 Miscellaneous
37+
38+
- Chore: Simplify and update mcp examples (#2581)
39+
- Fix: Proper tool validation in mcp (#2654)
40+
341
## [integrations/mcp-v1.1.0] - 2025-11-12
442

543
### 🚀 Features
@@ -33,28 +71,6 @@
3371
### 🌀 Miscellaneous
3472

3573
- Add MCPTool/MCPToolset warm_up (#2384)
36-
- Added `eager_connect` parameter to `MCPTool` and `MCPToolset` (default: `False`).
37-
38-
**When `eager_connect=False` (default)**:
39-
- Connection deferred until first use or `warm_up()` call
40-
- Fast initialization, enables pipeline validation without server availability
41-
- Recommended for most use cases
42-
43-
**When `eager_connect=True`**:
44-
- Connects immediately during initialization
45-
- Fail-fast validation, tool schema available immediately
46-
- Use when you need upfront validation
47-
- Existing agent/pipelines should set `eager_connect=True` to keep the behaviour from previous releases
48-
49-
```python
50-
# Lazy connection (default)
51-
tool = MCPTool(name="weather", server_info=info)
52-
53-
# Eager connection
54-
tool = MCPTool(name="weather", server_info=info, eager_connect=True)
55-
```
56-
- See related https://github.com/deepset-ai/haystack/pull/9856 for more details
57-
5874

5975
## [integrations/mcp-v0.8.0] - 2025-10-14
6076

0 commit comments

Comments
 (0)