xsecuremcp / examples /fastmcp_config /simple.fastmcp.json
Jeremiah Lowin
feat: introduce fastmcp.json configuration system (#1517)
5f2c09d unverified
Raw
History Blame Contribute Delete
141 Bytes
{
"$schema": "https://gofastmcp.com/schemas/fastmcp/v1.json",
"entrypoint": "server.py",
"deployment": {
"transport": "stdio"
}
}