You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: upgrade to MCP 1.10.1 with streamable HTTP transport (#41)
* feat: upgrade to MCP 1.10.1 with streamable HTTP transport
- Upgrade from MCP 1.9.4 to 1.10.1
- Add streamablehttp_client support
- Run uv sync --upgrade for dependency updates
- Update README.md
* Bump version to 0.14.0
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
<imgsrc="https://raw.githubusercontent.com/jonigl/mcp-client-for-ollama/v0.13.0/misc/ollmcp-demo.gif"alt="MCP Client for Ollama Demo">
21
21
</p>
22
22
<palign="center">
23
-
<ahref="https://asciinema.org/a/jxc6N8oKZAWrzH8aK867zhXdO"target="_blank">🎥 View this demo as an asciinema recording</a>
23
+
<ahref="https://asciinema.org/a/jxc6N8oKZAWrzH8aK867zhXdO"target="_blank">🎥 Watch this demo as an Asciinema recording</a>
24
24
</p>
25
25
26
26
## Table of Contents
@@ -398,7 +398,7 @@ The configuration saves:
398
398
399
399
## Server Configuration Format
400
400
401
-
The JSON configuration file supports STDIO, SSE, and Streamable HTTP server types:
401
+
The JSON configuration file supports STDIO, SSE, and Streamable HTTP server types (MCP 1.10.1):
402
402
403
403
```json
404
404
{
@@ -432,7 +432,7 @@ The JSON configuration file supports STDIO, SSE, and Streamable HTTP server type
432
432
}
433
433
```
434
434
> [!NOTE]
435
-
> If you specify a URL without a type, the client will default to using Streamable HTTP transport.
435
+
> **MCP 1.10.1 Transport Support**: The client now supports the latest Streamable HTTP transport with improved performance and reliability. If you specify a URL without a type, the client will default to using Streamable HTTP transport.
436
436
437
437
## Compatible Models
438
438
@@ -470,11 +470,13 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
470
470
471
471
## Acknowledgments
472
472
473
-
-[Model Context Protocol](https://modelcontextprotocol.io/) for the specification and examples
474
473
-[Ollama](https://ollama.com/) for the local LLM runtime
474
+
-[Model Context Protocol](https://modelcontextprotocol.io/) for the specification and examples
475
475
-[Rich](https://rich.readthedocs.io/) for the terminal user interface
476
476
-[Typer](https://typer.tiangolo.com/) for the modern CLI experience
477
+
-[Prompt Toolkit](https://python-prompt-toolkit.readthedocs.io/) for the interactive command line interface
477
478
-[UV](https://www.uvicorn.org/) for the lightning-fast Python package manager and virtual environment management
479
+
-[Asciinema](https://asciinema.org/) for the demo recording
0 commit comments