{
"type": "object",
"properties": {
"port": {
"type": "number",
"default": 8080,
"description": "Port on which to run the server when using SSE transport."
},
"transportType": {
"type": "string",
"default": "stdio",
"description": "Transport type for the MCP server, e.g., 'stdio' or 'sse'."
}
}
}