From 6fd6bc999043825d31e028d283e06b68ac3056c8 Mon Sep 17 00:00:00 2001 From: "bluecloud-gilfoyle[bot]" <262642412+bluecloud-gilfoyle[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 18:42:46 +0000 Subject: [PATCH 1/2] docs: refresh six-tool public surface --- .github/RELEASE.md | 1 + README.md | 2 +- glama.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/RELEASE.md b/.github/RELEASE.md index 1ad8096..9cd23b1 100644 --- a/.github/RELEASE.md +++ b/.github/RELEASE.md @@ -51,6 +51,7 @@ Replace `X.Y.Z` below with the version you are releasing (e.g. `0.1.7`). Complet ``` Must report `✅ server.json is valid`. If validation fails, shorten `server.json` `description` on `main` before tagging (the `pyproject.toml` description is unbounded by this constraint and can stay longer). - [ ] Integration tests from `.github/INTEGRATION-TEST.md` are complete and signed off +- [ ] Refresh README `## Tools`, `glama.json`, and registry/version badges to match the current tool surface. - [ ] `Doctor` subcommand passes: ```bash uv run python-docs-mcp-server doctor diff --git a/README.md b/README.md index a1c0e17..354624c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![CodeQL](https://github.com/ayhammouda/python-docs-mcp-server/actions/workflows/codeql.yml/badge.svg)](https://github.com/ayhammouda/python-docs-mcp-server/actions/workflows/codeql.yml) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/ayhammouda/python-docs-mcp-server/badge)](https://scorecard.dev/viewer/?uri=github.com/ayhammouda/python-docs-mcp-server) [![python-docs-mcp-server MCP server](https://glama.ai/mcp/servers/ayhammouda/python-docs-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ayhammouda/python-docs-mcp-server) -[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-v0.1.4-0f766e)](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.ayhammouda%2Fpython-docs-mcp-server) +[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-latest-0f766e)](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.ayhammouda%2Fpython-docs-mcp-server) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue)](https://www.python.org/) [![No API Keys](https://img.shields.io/badge/API%20keys-none-success)](#why-use-it) diff --git a/glama.json b/glama.json index 42643ae..7cc4d38 100644 --- a/glama.json +++ b/glama.json @@ -1,6 +1,6 @@ { "$schema": "https://glama.ai/mcp/schemas/server.json", - "description": "For AI coding agents writing Python: the canonical Python stdlib oracle. Exact symbols, exact sections, exact versions — offline, always free, always MIT, token-frugal.", + "description": "For AI coding agents writing Python: six read-only tools for canonical Python stdlib lookup, retrieval, local version detection, and version comparison.", "maintainers": [ "ayhammouda" ] From 0f06d979c484dd603f0936467e5632baa7c33134 Mon Sep 17 00:00:00 2001 From: "bluecloud-gilfoyle[bot]" <262642412+bluecloud-gilfoyle[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 18:47:50 +0000 Subject: [PATCH 2/2] docs: clarify Glama tool surface --- glama.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glama.json b/glama.json index 7cc4d38..2d2607d 100644 --- a/glama.json +++ b/glama.json @@ -1,6 +1,6 @@ { "$schema": "https://glama.ai/mcp/schemas/server.json", - "description": "For AI coding agents writing Python: six read-only tools for canonical Python stdlib lookup, retrieval, local version detection, and version comparison.", + "description": "For AI coding agents writing Python: six read-only tools for canonical Python stdlib lookup, retrieval, package documentation discovery, version listing, local version detection, and version comparison.", "maintainers": [ "ayhammouda" ]