This commit is contained in:
Taylor Wilsdon
2025-05-30 11:45:33 -04:00
parent 13b39f7453
commit 3d338290aa
2 changed files with 3 additions and 5 deletions

View File

@@ -48,8 +48,6 @@ server = FastMCP(
port=WORKSPACE_MCP_PORT
)
server.run(transport="streamable-http")
# Configure OAuth redirect URI to use the MCP server's base uri and port
OAUTH_REDIRECT_URI = f"{WORKSPACE_MCP_BASE_URI}:{WORKSPACE_MCP_PORT}/oauth2callback"