refactor(common): rename package option_mcp_common → mcp_common

This commit is contained in:
AdrianoDev
2026-04-27 17:37:35 +02:00
parent 563f4fc965
commit e888fc373d
48 changed files with 2394 additions and 74 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name = "mcp-macro"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"option-mcp-common",
"mcp-common",
"fastapi>=0.115",
"uvicorn[standard]>=0.30",
"httpx>=0.27",
@@ -21,7 +21,7 @@ build-backend = "hatchling.build"
packages = ["src/mcp_macro"]
[tool.uv.sources]
option-mcp-common = { workspace = true }
mcp-common = { workspace = true }
[project.scripts]
mcp-macro = "mcp_macro.__main__:main"