Whatever message this page gives is out now! Go check it out!
initialize call.
mcpServer = mcpServerBuilder()
.serverInfo("cf-reporting-mcp", "1.2.0")
...
.build();
mcpServer = mcpServerBuilder()
.serverInfo("cf-billing-mcp", "2.0.0")
...
.build();
serverMeta = {
name : "cf-analytics-mcp",
version : "1.3.4",
description : "Analytics reporting MCP for dashboard and export tools",
ownerTeam : "Data Insights",
environment : "prod",
docsUrl : "https://wiki.corp.adobe.com/display/analytics/CF+MCP+Docs"
};
mcpServer = mcpServerBuilder()
.serverInfo(serverMeta.name, serverMeta.version)
.capabilities({tools:true, prompts:true, resources:false})
...
.build();
writeLog(
file = "mcp",
type = "info",
text = "Starting #serverMeta.name# v#serverMeta.version# in #serverMeta.environment#"
);