Skip to content

Commit e92ef26

Browse files
perf(mcp): cache schema discovery and hot paths
1 parent 31610d0 commit e92ef26

13 files changed

Lines changed: 71700 additions & 635 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ include pyproject.toml
1010
recursive-include src *.py
1111
recursive-include src *.pyi
1212
recursive-include src py.typed
13+
recursive-include src/statspai/schemas *.json
1314

1415
# Include tests and fixtures so source distributions can run the shipped
1516
# parity/snapshot suites without regenerating reference artifacts.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ where = ["src"]
136136
"" = "src"
137137

138138
[tool.setuptools.package-data]
139-
"statspai" = ["py.typed", "*.pyi", "CITATION.cff"]
139+
"statspai" = ["py.typed", "*.pyi", "CITATION.cff", "schemas/*.json"]
140140
"statspai.datasets" = ["data/*.csv"]
141141

142142
[tool.black]

0 commit comments

Comments
 (0)