feat: introduce fastmcp.json configuration system (#1517)

This commit is contained in:
Jeremiah Lowin 2025-08-19 16:06:04 -04:00 committed by GitHub
commit 2d3d5392f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 3917 additions and 108 deletions

View file

@ -0,0 +1,4 @@
{
"$schema": "https://gofastmcp.com/schemas/fastmcp_config/v1.json",
"entrypoint": "mount_example.py"
}