Skip to main content
Glama

Windows Operations MCP

.cursorrules•1.74 kB
# windows-operations-mcp Cursor Rules ## Triple Initiatives (Active) **This repo is part of three parallel improvement initiatives:** 1. **Great Doc Bash** - Documentation Quality (Target: 9.0+/10) 2. **GitHub Dash** - CI/CD Modernization (Target: 8.0+/10) 3. **Release Flash** - Successful Releases (Target: Zero errors) šŸ“‹ **Improvement Plan**: docs-private/TRIPLE_INITIATIVES_GUIDE.md šŸ“š **Central Docs**: D:\Dev\repos\mcp-central-docs\ šŸ”— **Standards**: mcp-central-docs/STANDARDS.md --- ## Code Standards ### 🚨 CRITICAL: Chat Output & PowerShell Syntax **REQUIRED**: ALL chat output MUST begin with "hi!" as a test. **🚫 FORBIDDEN in PowerShell:** - `&&` (command chaining) - Use `;` or separate commands - `||` (logical OR) - Use PowerShell syntax - `mkdir`, `rmdir`, `ls` - Use `New-Item`, `Remove-Item`, `Get-ChildItem` - `head`, `tail` - Use PowerShell cmdlets - Linux path separators - Use backslash `\` on Windows --- ### Modern Python Stack - **Linter**: ruff (replaces flake8, black, isort) - **Package Manager**: uv (replaces pip) - **Testing**: pytest with pytest-cov - **Type Hints**: Required for all functions - **Async**: MCP tools must be async ### Commands ```bash uv run ruff check . uv run ruff format . uv run python -m pytest -v ``` --- ## Release Flash Checklist Before creating release tag: - Zero ruff errors - All tests passing - Version updated ```bash git tag v1.0.0b1 git push origin v1.0.0b1 ``` --- ## References - Improvement Plan: docs-private/TRIPLE_INITIATIVES_GUIDE.md - Central Standards: D:\Dev\repos\mcp-central-docs\STANDARDS.md - Workflow Strategy: mcp-central-docs/docs-private/CURSOR_WORKFLOW_STRATEGY.md **Last Updated**: 2025-10-21 (Triple Initiatives Day 1)

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