mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix: update FastMCP initialization for API changes
- Remove deprecated auth_server_provider parameter - Use auth parameter correctly with OAuthProvider instead of AuthSettings - Fixes type error after dependency updates 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -106,6 +106,5 @@ auth_settings, auth_provider = create_auth_config()
|
||||
mcp = FastMCP(
|
||||
name="Basic Memory",
|
||||
log_level="DEBUG",
|
||||
auth_server_provider=auth_provider,
|
||||
auth=auth_settings,
|
||||
auth=auth_provider,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user