{
"type": "object",
"properties": {
"host": {
"type": "string",
"default": "0.0.0.0",
"description": "The host IP on which the MCP server will listen."
},
"port": {
"type": "number",
"default": 8000,
"description": "The port on which the MCP server will listen."
}
}
}