File tree Expand file tree Collapse file tree 4 files changed +372
-364
lines changed Expand file tree Collapse file tree 4 files changed +372
-364
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " ollmcp"
3- version = " 0.20.0 "
3+ version = " 0.20.1 "
44description = " CLI for MCP Client for Ollama - An easy-to-use command for interacting with Ollama through MCP"
55readme = " README.md"
66requires-python = " >=3.10"
@@ -9,7 +9,7 @@ authors = [
99 {name = " Jonathan Löwenstern" }
1010]
1111dependencies = [
12- " mcp-client-for-ollama==0.20.0 "
12+ " mcp-client-for-ollama==0.20.1 "
1313]
1414
1515[project .scripts ]
Original file line number Diff line number Diff line change 11"""MCP Client for Ollama package."""
22
3- __version__ = "0.20.0 "
3+ __version__ = "0.20.1 "
Original file line number Diff line number Diff line change 11[project ]
22name = " mcp-client-for-ollama"
3- version = " 0.20.0 "
3+ version = " 0.20.1 "
44description = " MCP Client for Ollama - A client for connecting to Model Context Protocol servers using Ollama"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments