Skip to content

Commit 6364dd0

Browse files
authored
docs: refresh six-tool public surface (#53)
Merged by Vision after Aymen delegated forge ownership. Heimdall verified the PR, CodeRabbit passed, CI/Security/CodeQL passed, and the repository review gate was removed for autonomous forge operation.
1 parent 2f502b4 commit 6364dd0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Replace `X.Y.Z` below with the version you are releasing (e.g. `0.1.7`). Complet
5151
```
5252
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).
5353
- [ ] Integration tests from `.github/INTEGRATION-TEST.md` are complete and signed off
54+
- [ ] Refresh README `## Tools`, `glama.json`, and registry/version badges to match the current tool surface.
5455
- [ ] `Doctor` subcommand passes:
5556
```bash
5657
uv run python-docs-mcp-server doctor

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![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)
1010
[![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)
1111
[![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)
12-
[![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)
12+
[![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)
1313
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1414
[![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue)](https://www.python.org/)
1515
[![No API Keys](https://img.shields.io/badge/API%20keys-none-success)](#why-use-it)

glama.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://glama.ai/mcp/schemas/server.json",
3-
"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.",
3+
"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.",
44
"maintainers": [
55
"ayhammouda"
66
]

0 commit comments

Comments
 (0)