Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-05-04 09:15:15 +00:00
parent 4263175351
commit 2031650535
2 changed files with 80 additions and 67 deletions

View File

@@ -12,10 +12,11 @@ dependencies = [
"aiohttp>=3.11.11",
"aioresponses>=0.7.7",
"importlib-resources>=6.5.0",
"mcp>=1.6.0",
"mcp>=1.7.1",
"openapi-core>=0.19.4",
"pydantic>=2.10.5",
"pydantic>=2.11.4",
"pyyaml>=6.0.0",
"packaging>=25.0",
]
classifiers = [
"Development Status :: 3 - Alpha",