Attach to JVM Process
intercept_jvmIntercept HTTP(S) traffic from running Java, Kotlin, or Clojure applications by attaching to their JVM processes for debugging and inspection.
Instructions
Attach to a running JVM process (Java, Kotlin, Clojure, etc.) to intercept all its HTTP(S) traffic. Uses Java agent attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxyPort | Yes | Proxy port to route traffic through | |
| targetPid | Yes | PID of the JVM process. Use get_interceptor_metadata with id "attach-jvm" to list available JVM processes. |