Context Protocol

Streaming updates and long-running jobs

Handle long-running searches and incremental enrichment without blocking the end-user experience.

Chunked inventory results

For broad searches (`query: 'MCU'`) the server streams results in chunks of up to 100 items. Each stream message includes the same schema as the final response.

Quote lifecycle events

Enable the `automation.notify` capability to receive quote acceptance, expiry, and fulfillment events as they happen.

  • Register a webhook endpoint under `automation.webhooks.save` to replay events outside the assistant session.
  • Attach metadata such as `opportunityId` to correlate notifications with CRM records.
Streaming with Source Parts MCP