refactor: new base class for model registry / loading

This commit is contained in:
Fahad
2025-10-07 12:31:34 +04:00
parent 4b988029fa
commit 02d13da897
5 changed files with 101 additions and 118 deletions

View File

@@ -21,7 +21,14 @@ py-modules = ["server", "config"]
"*" = ["conf/*.json"]
[tool.setuptools.data-files]
"conf" = ["conf/custom_models.json", "conf/openrouter_models.json", "conf/azure_models.json"]
"conf" = [
"conf/custom_models.json",
"conf/openrouter_models.json",
"conf/azure_models.json",
"conf/openai_models.json",
"conf/gemini_models.json",
"conf/xai_models.json",
]
[project.scripts]
zen-mcp-server = "server:run"