MCP PHP SDK

ElicitationMode : string

How the client should collect the information an elicitation asks for.

Tags
author

Christopher Hertel mail@christopher-hertel.de

Table of Contents

Cases

Form  = 'form'
Present a form built from the requested schema, and return the filled values.
Url  = 'url'
Send the user to a URL to complete the interaction out of band. The result carries no content — only whether the user accepted, declined, or cancelled.

Cases

Form

Present a form built from the requested schema, and return the filled values.

Url

Send the user to a URL to complete the interaction out of band. The result carries no content — only whether the user accepted, declined, or cancelled.

On this page

Search results