From c7170df2b51bb82820fc1c005ebd3272cdea8d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Gast=C3=B3n=20L=C3=B6wenstern?= Date: Tue, 10 Feb 2026 18:52:44 +0100 Subject: [PATCH 1/5] chore(docs): add PyPI downloads badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a78de3..e265e92 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ # MCP Client for Ollama (ollmcp) +![PyPI - Downloads](https://img.shields.io/pypi/dm/mcp-client-for-ollama) [![Python 3.10+](https://img.shields.io/badge/Python-3.10+-blue.svg)](https://www.python.org/downloads/) [![PyPI - Python Version](https://img.shields.io/pypi/v/ollmcp?label=ollmcp-pypi)](https://pypi.org/project/ollmcp/) [![PyPI - Python Version](https://img.shields.io/pypi/v/mcp-client-for-ollama?label=mcp-client-for-ollama-pypi)](https://pypi.org/project/mcp-client-for-ollama/) + [![Build, Publish and Release](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/publish.yml/badge.svg)](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/publish.yml) [![CI](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/ci.yml/badge.svg)](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/ci.yml) From e72ef9e4e8458608ae0eba1b94aa2f2be991654c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Gast=C3=B3n=20L=C3=B6wenstern?= Date: Tue, 10 Feb 2026 18:56:06 +0100 Subject: [PATCH 2/5] chore(docs): add cache parameter to PyPI downloads badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e265e92..038f7b6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # MCP Client for Ollama (ollmcp) -![PyPI - Downloads](https://img.shields.io/pypi/dm/mcp-client-for-ollama) +![PyPI - Downloads](https://img.shields.io/pypi/dm/mcp-client-for-ollama?cacheSeconds=1) [![Python 3.10+](https://img.shields.io/badge/Python-3.10+-blue.svg)](https://www.python.org/downloads/) [![PyPI - Python Version](https://img.shields.io/pypi/v/ollmcp?label=ollmcp-pypi)](https://pypi.org/project/ollmcp/) [![PyPI - Python Version](https://img.shields.io/pypi/v/mcp-client-for-ollama?label=mcp-client-for-ollama-pypi)](https://pypi.org/project/mcp-client-for-ollama/) From a23668da80986d690c88f5e58c85938c7f3493d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Gast=C3=B3n=20L=C3=B6wenstern?= Date: Tue, 10 Feb 2026 18:57:27 +0100 Subject: [PATCH 3/5] chore(docs): remove redundant badge in README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 038f7b6..be6026f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ [![Python 3.10+](https://img.shields.io/badge/Python-3.10+-blue.svg)](https://www.python.org/downloads/) [![PyPI - Python Version](https://img.shields.io/pypi/v/ollmcp?label=ollmcp-pypi)](https://pypi.org/project/ollmcp/) [![PyPI - Python Version](https://img.shields.io/pypi/v/mcp-client-for-ollama?label=mcp-client-for-ollama-pypi)](https://pypi.org/project/mcp-client-for-ollama/) - [![Build, Publish and Release](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/publish.yml/badge.svg)](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/publish.yml) [![CI](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/ci.yml/badge.svg)](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/ci.yml) From 2aaf12ae394ec524851401c8958ebc8165e33ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Gast=C3=B3n=20L=C3=B6wenstern?= Date: Tue, 10 Feb 2026 19:00:19 +0100 Subject: [PATCH 4/5] chore(docs): remove build, publish, and release badge from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index be6026f..d445c09 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ [![Python 3.10+](https://img.shields.io/badge/Python-3.10+-blue.svg)](https://www.python.org/downloads/) [![PyPI - Python Version](https://img.shields.io/pypi/v/ollmcp?label=ollmcp-pypi)](https://pypi.org/project/ollmcp/) [![PyPI - Python Version](https://img.shields.io/pypi/v/mcp-client-for-ollama?label=mcp-client-for-ollama-pypi)](https://pypi.org/project/mcp-client-for-ollama/) -[![Build, Publish and Release](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/publish.yml/badge.svg)](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/publish.yml) [![CI](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/ci.yml/badge.svg)](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/ci.yml)

From 024a45be41150eb1af4e538218c4c3bef0e0c137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Gast=C3=B3n=20L=C3=B6wenstern?= Date: Tue, 10 Feb 2026 19:02:28 +0100 Subject: [PATCH 5/5] chore(docs): update badge labels for consistency in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d445c09..b27193b 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ ![PyPI - Downloads](https://img.shields.io/pypi/dm/mcp-client-for-ollama?cacheSeconds=1) [![Python 3.10+](https://img.shields.io/badge/Python-3.10+-blue.svg)](https://www.python.org/downloads/) -[![PyPI - Python Version](https://img.shields.io/pypi/v/ollmcp?label=ollmcp-pypi)](https://pypi.org/project/ollmcp/) -[![PyPI - Python Version](https://img.shields.io/pypi/v/mcp-client-for-ollama?label=mcp-client-for-ollama-pypi)](https://pypi.org/project/mcp-client-for-ollama/) +[![PyPI - Python Version](https://img.shields.io/pypi/v/ollmcp?label=ollmcp)](https://pypi.org/project/ollmcp/) +[![PyPI - Python Version](https://img.shields.io/pypi/v/mcp-client-for-ollama?label=mcp-client-for-ollama)](https://pypi.org/project/mcp-client-for-ollama/) [![CI](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/ci.yml/badge.svg)](https://github.com/jonigl/mcp-client-for-ollama/actions/workflows/ci.yml)