{
    "manifest_version": "0.2",
    "id": "Microsoft.OutlookMcpServer",
    "name": "outlook-mcp-server",
    "display_name": "Outlook MCP Server",
    "version": "0.1.0",
    "description": "Enables access to Outlook mail and calendar.",
    "author": {
        "name": "Microsoft",
        "url": "https://www.microsoft.com"
    },
    "icon": "Assets/AppList.png",
    "server": {
        "type": "stdio",
        "entry_point": "olkMcpServer.exe",
        "mcp_config": {
            "command": "olkMcpServer.exe",
            "args": []
        }
    },
    "keywords": ["outlook", "mail", "calendar"]
}
