Feature scope of the MCP Web Client
mainThe Web Client is a thin UI layer over Mcp\Client\Client. It is optimized for operations that can complete within a single PHP request/response cycle.
Supported MCP Operations:
- Transports:
stdioandHTTP/HTTPS(auto-detected via URL scheme). - OAuth 2.1: Supports browser-redirect consent, PKCE, and Dynamic Client Registration via
OAuthConfigurationandFileTokenStorage. - Prompts:
list,get. - Tools:
list,call. - Resources:
list,read. - Completions: Debounced auto-complete within prompt-argument inputs.
- Server Info: Displays name, version, negotiated protocol version, and advertised capabilities.
- Elicitation (Preview): Captures server-initiated
elicitation/createrequests and renders them as cards for user interaction (automatically declines by default).