Skip to content

Commit 9ddb3b8

Browse files
committed
fix: include tool_tiers.yaml in package data
The tool_tiers.yaml file was not being included in the package distribution, causing the MCP server to fail on startup when trying to load the tier configuration. Added package-data configuration to include the YAML file.
1 parent a7ad862 commit 9ddb3b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ dev = [
6969
[tool.setuptools]
7070
packages = [ "auth", "gcalendar", "core", "gdocs", "gdocs.managers", "gdrive", "gmail", "gchat", "gsheets", "gforms", "gslides", "gtasks", "gsearch"]
7171
py-modules = [ "main"]
72+
73+
[tool.setuptools.package-data]
74+
core = ["tool_tiers.yaml"]

0 commit comments

Comments
 (0)