{
    "manifest_version": "0.2",
    "name": "mobile-devices",
    "display_name": "Mobile Devices",
    "version": "1.0.0",
    "description": "This agent connector helps manage your linked mobile devices.",
    "long_description": "Mobile Devices is the MCP Server for enabling cross device skill for Windows, such as getting phone messages, opening phone apps, and other feature supported by Phone Link.",
    "author": {
        "name": "Microsoft Windows",
        "url": "https://aka.ms/MicrosoftWindows"
    },
    "server": {
        "type": "binary",
        "entry_point": "PhoneAgentMcpServer.exe",
        "mcp_config": {
            "command": "PhoneAgentMcpServer.exe",
            "args": []
        }
    },
    "keywords": [ "Cross Device", "Phone" ],
    "license": "MIT",
    "_meta": {
        "com.microsoft.windows": {
            "static_responses": {
                "initialize": {
                    "protocolVersion": "2025-06-18",
                    "capabilities": {
                        "logging": {},
                        "tools": {
                            "listChanged": true
                        }
                    },
                    "serverInfo": {
                        "name": "mobile-devices",
                        "title": "Mobile Devices",
                        "version": "1.0.0"
                    }
                },
                "tools/list": {
                    "tools": [
                        {
                            "name": "open-phone-screen",
                            "description": "Open the phone screen mirroring interface. This can help user open their phone screen on the PC for remote control or viewing.",
                            "inputSchema": {
                                "type": "object",
                                "properties": {}
                            },
                            "outputSchema": {
                                "type": "object",
                                "properties": {
                                    "result": {
                                        "type": "string"
                                    }
                                },
                                "required": [ "result" ]
                            }
                        }
                    ]
                }
            }
        }
    }
}
