Fix CI/CD issues and add comprehensive tests for multi-user features #6
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def main():
|
|||
allow_origins=["*"],
|
||||
allow_credentials=True,
|
||||
allow_methods=["*"],
|
||||
allow_headers=["*"]
|
||||
allow_headers=["*"],
|
||||
)
|
||||
mcp_app.add_middleware(AuthenticationMiddleware)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue