Oracle WebLogic Application Deployment
Unified capability for managing Oracle WebLogic Server application deployments and shared libraries. Combines the deployment API with monitoring to support the full deploy-verify-manage lifecycle. Used by DevOps engineers and release managers to deploy, redeploy, start, stop, and monitor Java EE applications.
What You Can Do
MCP Tools
list-deployments
List all application deployments on WebLogic
get-deployment
Get details for a specific application deployment
deploy-application
Deploy an application archive to WebLogic at runtime
undeploy-application
Undeploy and remove an application from WebLogic
redeploy-application
Redeploy an application (update in-place) on WebLogic
start-application
Start a stopped or prepared application on WebLogic
stop-application
Stop a running application on WebLogic (keeps it deployed)
get-deployment-metrics
Get runtime metrics for a deployed application
list-all-deployments-monitoring
List all application deployments with their runtime metrics
list-libraries
List all shared library deployments on WebLogic
create-library
Deploy a new shared library to WebLogic
delete-library
Remove a shared library from WebLogic