mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Add transport property to Context (#2850)
This commit is contained in:
parent
9b18db2379
commit
bf3df4dcd5
6 changed files with 206 additions and 28 deletions
6
loq.toml
6
loq.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue