Remove open-ended and server-specific settings

This commit is contained in:
Jeremiah Lowin 2025-06-07 20:20:04 -04:00
commit aaa09ca7a3
16 changed files with 507 additions and 119 deletions

View file

@ -215,7 +215,7 @@ You can configure the prefix format globally in code:
```python
import fastmcp
fastmcp.settings.settings.resource_prefix_format = "protocol"
fastmcp.settings.resource_prefix_format = "protocol"
```
Or via environment variable: