mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Implement typed source system for FastMCP configuration (#1607)
This commit is contained in:
parent
007af5d9b3
commit
1f3f82d245
36 changed files with 1656 additions and 1602 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -64,7 +64,13 @@ dmypy.json
|
|||
# Claude worktree management
|
||||
.claude-wt/worktrees
|
||||
|
||||
# Agents
|
||||
/PLAN.md
|
||||
/TODO.md
|
||||
/STATUS.md
|
||||
|
||||
# Common FastMCP test files
|
||||
/test.py
|
||||
/server.py
|
||||
/client.py
|
||||
/test.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue