fastmcp/tests
Jeremiah Lowin 6d033eeaf1 Add production-ready middleware examples with comprehensive tests
Implements timing, logging, rate limiting, and error handling middleware to showcase
FastMCP's middleware capabilities as a headline feature. Each middleware includes:

- Production-ready implementations with full configurability
- Comprehensive unit and integration tests with real FastMCP servers
- Updated documentation with teaching examples and production usage patterns

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-22 21:57:49 -04:00
..
auth Add "http" as an alias for streamable-http 2025-06-22 18:55:07 -04:00
cli Alias streamable-http as http 2025-06-22 20:00:11 -04:00
client Update test_streamable_http.py 2025-06-22 20:08:36 -04:00
contrib Add audio support 2025-06-14 08:59:48 -04:00
deprecated Add http as an alias for streamable http 2025-06-22 18:35:28 -04:00
prompts Fix pyright type checking issues in tests 2025-06-22 09:55:40 -04:00
resources Update docs and tests 2025-06-19 17:06:54 -04:00
server Add production-ready middleware examples with comprehensive tests 2025-06-22 21:57:49 -04:00
test_servers Update tests for prompts 2025-06-04 16:37:41 -04:00
tools Update docs and tests 2025-06-19 17:06:54 -04:00
utilities Fix event loop conflict in inspect CLI command 2025-06-21 20:04:39 -04:00
__init__.py Update type handling for resources 2024-11-29 19:42:46 -05:00
conftest.py Only apply log config to FastMCP loggers 2025-04-14 15:45:05 -04:00
test_examples.py Update test typing 2025-05-31 20:41:18 -04:00