mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Fix link to loq repository in AGENTS.md (#3289)
This commit is contained in:
parent
549f48bc7a
commit
59bb0a3ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -110,6 +110,6 @@ When modifying MCP functionality, changes typically need to be applied across al
|
|||
## Critical Patterns
|
||||
|
||||
- Never use bare `except` - be specific with exception types
|
||||
- File sizes enforced by [loq](https://github.com/jlowin/loq). Edit `loq.toml` to raise limits; `loq baseline` to ratchet down.
|
||||
- File sizes enforced by [loq](https://github.com/jakekaplan/loq). Edit `loq.toml` to raise limits; `loq baseline` to ratchet down.
|
||||
- Always `uv sync` first when debugging build issues
|
||||
- Default test timeout is 5s - optimize or mark as integration tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue