Fix CI/CD issues and add comprehensive tests for multi-user features #6

Merged
NyxiumYuuki merged 3 commits from claude/add-mcp-authentication-01V5tbppGEtXc3tvjRGoTcfh into master 2025-11-30 01:01:37 +01:00
Showing only changes of commit dc40ab87ec - Show all commits

View file

@ -75,7 +75,7 @@ def main():
allow_origins=["*"], allow_origins=["*"],
allow_credentials=True, allow_credentials=True,
allow_methods=["*"], allow_methods=["*"],
allow_headers=["*"] allow_headers=["*"],
) )
mcp_app.add_middleware(AuthenticationMiddleware) mcp_app.add_middleware(AuthenticationMiddleware)