Skip to content

Commit d4318a3

Browse files
committed
change endpoint with fastmcp v2
1 parent 1a4bc08 commit d4318a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-deployment/mcp-servers/oci-cache-redis-server/model-deplyment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_datascience_client():
7878
"healthCheckPort": 8000,
7979
"environmentVariables": {
8080
"WEB_CONCURRENCY": "1",
81-
"MODEL_DEPLOY_PREDICT_ENDPOINT": "/mcp/"
81+
"MODEL_DEPLOY_PREDICT_ENDPOINT": "/mcp"
8282
}
8383
}
8484
},

0 commit comments

Comments
 (0)