We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1d4a2 commit d9e0d1cCopy full SHA for d9e0d1c
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "python-docs-mcp-server"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "A read-only, version-aware MCP retrieval server over Python standard library documentation"
9
readme = "README.md"
10
license = "MIT"
server.json
@@ -8,13 +8,13 @@
"url": "https://github.com/ayhammouda/python-docs-mcp-server",
"source": "github"
},
11
- "version": "0.1.2",
+ "version": "0.1.3",
12
"packages": [
13
{
14
"registryType": "pypi",
15
"registryBaseUrl": "https://pypi.org",
16
"identifier": "python-docs-mcp-server",
17
18
"runtimeHint": "uvx",
19
"transport": {
20
"type": "stdio"
0 commit comments