Add transport property to Context (#2850)

This commit is contained in:
Jeremiah Lowin 2026-01-12 15:33:59 -05:00 committed by GitHub
commit bf3df4dcd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 206 additions and 28 deletions

View file

@ -60,7 +60,7 @@ max_lines = 590
[[rules]]
path = "src/fastmcp/server/context.py"
max_lines = 1246
max_lines = 1272
[[rules]]
path = "tests/test_mcp_config.py"
@ -288,7 +288,7 @@ max_lines = 1019
[[rules]]
path = "src/fastmcp/server/server.py"
max_lines = 2676
max_lines = 2682
[[rules]]
path = "tests/deprecated/test_import_server.py"
@ -312,7 +312,7 @@ max_lines = 1584
[[rules]]
path = "docs/servers/context.mdx"
max_lines = 623
max_lines = 648
[[rules]]
path = "src/fastmcp/resources/resource.py"