Skip to main content
Glama

proxy_session_status

Check the current runtime status of the persistent network traffic capture session to monitor proxy operations and ensure proper functionality.

Instructions

Get current persistent capture runtime status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool "proxy_session_status" is registered here. The handler calls proxyManager.getSessionStatus() to retrieve the current session status.
    server.tool(
      "proxy_session_status",
      "Get current persistent capture runtime status.",
      {},
      async () => ({
        content: [{ type: "text", text: JSON.stringify({ status: "success", ...proxyManager.getSessionStatus() }) }],
      }),
    );
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