Skip to main content
Glama

proxy_session_stop

Stop persistent network traffic capture and finalize the active session to complete analysis or testing.

Instructions

Stop persistent on-disk capture and finalize the active session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for "proxy_session_stop" tool which stops the persistent session via `proxyManager.stopSession()`.
    server.tool(
      "proxy_session_stop",
      "Stop persistent on-disk capture and finalize the active session.",
      {},
      async () => {
        try {
          const session = await proxyManager.stopSession();
          return {
            content: [{ type: "text", text: JSON.stringify({ status: "success", session }) }],
          };
        } catch (e) {
          return { content: [{ type: "text", text: JSON.stringify({ status: "error", error: toError(e) }) }] };
        }
      },
    );
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yfe404/proxy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server