Merge branch 'v1.1.x'

This commit is contained in:
David Soria Parra
2024-12-09 14:26:46 +00:00
8 changed files with 154 additions and 952 deletions

View File

@@ -18,7 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
]
dependencies = ["anyio>=4.6.2.post1", "click>=8.1.7", "httpx>=0.27.2", "mcp"]
dependencies = ["anyio>=4.5", "click>=8.1.0", "httpx>=0.27", "mcp"]
[project.scripts]
mcp-simple-resource = "mcp_simple_resource.server:main"