@@ -260,7 +260,7 @@ uvx aignostics [module-name] [subcommand] [options]
260260| ` nicegui ` | ^1.0 | GUI framework support | Optional | CLI-only mode |
261261| ` logfire ` | ^0.41 | Observability and monitoring | Optional | Standard logging |
262262| ` sentry-sdk ` | ^2.0 | Error tracking and performance | Optional | Local error handling |
263- | ` fastmcp ` | >=2.0,<3 | MCP server framework | Required | N/A - MCP functionality |
263+ | ` fastmcp ` | >=3.2,<4 | MCP server framework | Required | N/A - MCP functionality |
264264| ` marimo ` | ^0.8 | Notebook utilities | Optional | Notebook features disabled |
265265
266266_ Note: For exact version requirements, refer to ` pyproject.toml ` and dependency lock files._
@@ -367,18 +367,18 @@ _Note: For exact version requirements, refer to `pyproject.toml` and dependency
367367
368368### Verification and Updates
369369
370- ** Last Verified** : September 11, 2025
371- ** Verification Method** : Code review against implementation in ` src/aignostics/utils/ `
370+ ** Last Verified** : September 11, 2025
371+ ** Verification Method** : Code review against implementation in ` src/aignostics/utils/ `
372372** Next Review Date** : December 11, 2025
373373
374374### Change Management
375375
376- ** Interface Changes** : Changes to BaseService or BasePageBuilder APIs require spec updates and version bumps
377- ** Implementation Changes** : Internal discovery algorithms don't require spec updates unless behavior changes
376+ ** Interface Changes** : Changes to BaseService or BasePageBuilder APIs require spec updates and version bumps
377+ ** Implementation Changes** : Internal discovery algorithms don't require spec updates unless behavior changes
378378** Dependency Changes** : Optional dependency changes should be reflected in fallback behavior section
379379
380380### References
381381
382- ** Implementation** : See ` src/aignostics/utils/ ` for current implementation
383- ** Tests** : See ` tests/aignostics/utils/ ` for usage examples and verification
382+ ** Implementation** : See ` src/aignostics/utils/ ` for current implementation
383+ ** Tests** : See ` tests/aignostics/utils/ ` for usage examples and verification
384384** API Documentation** : Auto-generated from docstrings and type hints
0 commit comments