Skip to main content
Glama

Windows Operations MCP

settings.json•1.03 kB
{ "python.defaultInterpreterPath": "./build_venv/Scripts/python.exe", "python.linting.enabled": true, "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": false, "python.linting.mypyEnabled": true, "python.formatting.provider": "black", "python.sortImports.args": ["--profile", "black"], "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": true }, "files.associations": { "*.py": "python", "*.toml": "toml", "*.md": "markdown" }, "files.exclude": { "**/__pycache__": true, "**/*.pyc": true, "**/build_venv": true, "**/.pytest_cache": true, "**/.mypy_cache": true }, "search.exclude": { "**/node_modules": true, "**/build_venv": true, "**/__pycache__": true, "**/.pytest_cache": true }, "python.testing.pytestArgs": [ "src/notepadpp_mcp/tests" ], "python.testing.pytestEnabled": true, "mypy.configFile": "pyproject.toml", "black-formatter.args": [ "--line-length=100" ] }

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