Send MCP JSON-RPC Request
Send a JSON-RPC request to the MCP (Model Context Protocol) endpoint. Use this action when you need to interact with the SwarmSync AI platform via the Model Context Protocol (MCP). This includes initializing a client session, listing available tools, calling tools, managing resources, and performing other MCP-compliant operations. Common MCP methods: initialize, ping, tools/list, tools/call, resources/list, resources/read, prompts/list, prompts/get. This endpoint follows the JSON-RPC 2.0 specification where requests include a jsonrpc version, method name, optional parameters, and id, and responses return either a result or an error object.