"""
Windows Operations MCP - Main Entry Point
This module provides the main entry point for the Windows Operations MCP server.
It's a thin wrapper around the __main__ module to maintain compatibility.
"""
from .__main__ import main
if __name__ == "__main__":
main()
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/windows-operations-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server