chore: docs table entry + AUTHOR_MAP for preflight cluster salvage

This commit is contained in:
teknium1 2026-07-05 19:34:10 -07:00 committed by Teknium
parent e8b0e38a2e
commit 81becec45d
2 changed files with 3 additions and 0 deletions

View file

@ -57,6 +57,7 @@ mcp_servers:
| `timeout` | number | both | Tool call timeout in seconds (default: `300`) |
| `connect_timeout` | number | both | Initial connection timeout in seconds (default: `60`) |
| `supports_parallel_tool_calls` | bool | both | Allow tools from this server to run concurrently |
| `skip_preflight` | bool | HTTP | Bypass the fail-fast content-type probe for valid Streamable HTTP endpoints whose HEAD/GET answers a non-MCP content type (default: `false`) |
| `tools` | mapping | both | Filtering and utility-tool policy |
| `auth` | string | HTTP | Authentication method. Set to `oauth` to enable OAuth 2.1 with PKCE |
| `sampling` | mapping | both | Server-initiated LLM request policy (see MCP guide) |