11# python-docs-mcp-server
22
3- <!-- mcp-name: io.github.ayhammouda/python-docs -mcp-server -->
4-
5- [ ![ CI] ( https://github.com/ayhammouda/python-docs -mcp-server /actions/workflows/ci.yml/badge.svg )] ( https://github.com/ayhammouda/python-docs -mcp-server /actions/workflows/ci.yml )
6- [ ![ Security Audit] ( https://github.com/ayhammouda/python-docs -mcp-server /actions/workflows/security.yml/badge.svg )] ( https://github.com/ayhammouda/python-docs -mcp-server /actions/workflows/security.yml )
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 )
8- [ ![ 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 )
9- [ ![ 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 )
10- [ ![ 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 )
3+ <!-- mcp-name: io.github.ayhammouda/python-stdlib -mcp -->
4+
5+ [ ![ CI] ( https://github.com/ayhammouda/python-stdlib -mcp/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ayhammouda/python-stdlib -mcp/actions/workflows/ci.yml )
6+ [ ![ Security Audit] ( https://github.com/ayhammouda/python-stdlib -mcp/actions/workflows/security.yml/badge.svg )] ( https://github.com/ayhammouda/python-stdlib -mcp/actions/workflows/security.yml )
7+ [ ![ CodeQL] ( https://github.com/ayhammouda/python-stdlib -mcp/actions/workflows/codeql.yml/badge.svg )] ( https://github.com/ayhammouda/python-stdlib -mcp/actions/workflows/codeql.yml )
8+ [ ![ OpenSSF Scorecard] ( https://api.scorecard.dev/projects/github.com/ayhammouda/python-stdlib -mcp/badge )] ( https://scorecard.dev/viewer/?uri=github.com/ayhammouda/python-stdlib -mcp )
9+ [ ![ python-docs-mcp-server MCP server] ( https://glama.ai/mcp/servers/ayhammouda/python-stdlib -mcp/badges/score.svg )] ( https://glama.ai/mcp/servers/ayhammouda/python-stdlib -mcp )
10+ [ ![ 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-stdlib -mcp )
1111[ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
1212[ ![ Python 3.12+] ( https://img.shields.io/badge/python-3.12%2B-blue )] ( https://www.python.org/ )
1313[ ![ No API Keys] ( https://img.shields.io/badge/API%20keys-none-success )] ( #why-use-it )
@@ -79,7 +79,7 @@ trimmed to the section that matters.
7979Local source smoke test until the PyPI package is published:
8080
8181``` bash
82- uvx --from git+https://github.com/ayhammouda/python-docs -mcp-server .git python-docs-mcp-server --version
82+ uvx --from git+https://github.com/ayhammouda/python-stdlib -mcp.git python-docs-mcp-server --version
8383```
8484<!-- /PRE-PYPI -->
8585
@@ -91,7 +91,7 @@ uvx --from git+https://github.com/ayhammouda/python-docs-mcp-server.git python-d
9191Until the first PyPI release is published, run from GitHub:
9292
9393``` bash
94- uvx --from git+https://github.com/ayhammouda/python-docs -mcp-server .git python-docs-mcp-server --version
94+ uvx --from git+https://github.com/ayhammouda/python-stdlib -mcp.git python-docs-mcp-server --version
9595```
9696<!-- /PRE-PYPI -->
9797
@@ -122,7 +122,7 @@ Build the local documentation index:
122122
123123<!-- PRE-PYPI: remove the GitHub-source build-index command and the "After PyPI publishing" lead-in after the first PyPI publish; the post-PyPI code fence below survives -->
124124``` bash
125- uvx --from git+https://github.com/ayhammouda/python-docs -mcp-server .git python-docs-mcp-server build-index --versions 3.10,3.11,3.12,3.13,3.14
125+ uvx --from git+https://github.com/ayhammouda/python-stdlib -mcp.git python-docs-mcp-server build-index --versions 3.10,3.11,3.12,3.13,3.14
126126```
127127
128128After PyPI publishing, ` uvx python-docs-mcp-server build-index ... ` is enough.
@@ -166,7 +166,7 @@ Add this to your Claude Desktop configuration file:
166166 "command" : " uvx" ,
167167 "args" : [
168168 " --from" ,
169- " git+https://github.com/ayhammouda/python-docs -mcp-server .git" ,
169+ " git+https://github.com/ayhammouda/python-stdlib -mcp.git" ,
170170 " python-docs-mcp-server"
171171 ]
172172 }
@@ -203,7 +203,7 @@ global settings):
203203 "command" : " uvx" ,
204204 "args" : [
205205 " --from" ,
206- " git+https://github.com/ayhammouda/python-docs -mcp-server .git" ,
206+ " git+https://github.com/ayhammouda/python-stdlib -mcp.git" ,
207207 " python-docs-mcp-server"
208208 ]
209209 }
@@ -233,7 +233,7 @@ Add this to `.codex/config.toml`:
233233``` toml
234234[mcp_servers .python-docs ]
235235command = " uvx"
236- args = [" --from" , " git+https://github.com/ayhammouda/python-docs -mcp-server .git" , " python-docs-mcp-server" ]
236+ args = [" --from" , " git+https://github.com/ayhammouda/python-stdlib -mcp.git" , " python-docs-mcp-server" ]
237237```
238238
239239After PyPI publishing, use:
@@ -326,7 +326,7 @@ search, or silently fall back to unofficial community mirrors.
326326Before PyPI publishing, run ` doctor ` from the GitHub source package:
327327
328328``` bash
329- uvx --from git+https://github.com/ayhammouda/python-docs -mcp-server .git python-docs-mcp-server doctor
329+ uvx --from git+https://github.com/ayhammouda/python-stdlib -mcp.git python-docs-mcp-server doctor
330330```
331331
332332After PyPI publishing:
@@ -346,7 +346,7 @@ Before PyPI publishing, validate an existing index from the GitHub source
346346package:
347347
348348``` bash
349- uvx --from git+https://github.com/ayhammouda/python-docs -mcp-server .git python-docs-mcp-server validate-corpus
349+ uvx --from git+https://github.com/ayhammouda/python-stdlib -mcp.git python-docs-mcp-server validate-corpus
350350```
351351
352352After PyPI publishing:
@@ -445,7 +445,7 @@ access. If `uvx` is not found, specify the full path in your config:
445445 "command" : " C:\\ Users\\ YOU\\ .local\\ bin\\ uvx.exe" ,
446446 "args" : [
447447 " --from" ,
448- " git+https://github.com/ayhammouda/python-docs -mcp-server .git" ,
448+ " git+https://github.com/ayhammouda/python-stdlib -mcp.git" ,
449449 " python-docs-mcp-server"
450450 ]
451451 }
0 commit comments