mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-17 19:19:12 +02:00
29 lines
612 B
YAML
29 lines
612 B
YAML
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "docs/**"
|
|
|
|
example:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "examples/**"
|
|
|
|
tests:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "tests/**"
|
|
|
|
"component: HTTP":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/fastmcp/server/http.py"
|
|
|
|
"component: client":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/fastmcp/client/**"
|
|
|
|
"contrib":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/fastmcp/contrib/**"
|
|
|
|
"component: openapi":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "src/**/*openapi*.py"
|