Whatever message this page gives is out now! Go check it out!
<cfscript>
configData = {
transport: {
type: "http",
url: "https://remote.mcpservers.org/fetch/mcp"
},
clientInfo: {
name: "http-client",
version: "1.0.0"
},
requestTimeout: 30
};
mcpClient = MCPClient(configData)
</cfscript>
| Parameter | Type | Required | Description |
|---|---|---|---|
type | String | Yes | Must be "http" |
url | String | Yes | MCP endpoint URL (HTTP/HTTPS) |