Model Context Protocol (MCP) · Example Payload

Mcp Progress Notification Example

Model Context ProtocolMCPAI AgentsToolsResourcesPromptsJSON-RPCAnthropicStandardsTopic

Mcp Progress Notification Example is an example object payload from Model Context Protocol (MCP), with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jsonrpcmethodparams

Example Payload

mcp-progress-notification-example.json Raw ↑
{
  "jsonrpc": "2.0",
  "method": "notifications/progress",
  "params": {
    "progressToken": "import-job-42",
    "progress": 0.5,
    "total": 1,
    "message": "Indexed 50 of 100 files"
  }
}