Skip to main content
Glama
pyproject.toml1.15 kB
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "capture-win-mcp" version = "0.1.0" description = "MCP server for capturing macOS windows and tracking Spaces" readme = "README.md" license = {text = "MIT"} requires-python = ">=3.12" authors = [ {name = "Nikolai Schlegel", email = "nikolai.schlegel@gmail.com"} ] keywords = ["mcp", "macos", "window-manager", "yabai", "screenshot", "spaces"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", "Topic :: Desktop Environment :: Window Managers", "Topic :: System :: Monitoring", ] dependencies = [ "mcp>=1.0.0", ] [project.urls] Homepage = "https://github.com/huegli/capture-win-mcp" Repository = "https://github.com/huegli/capture-win-mcp" Issues = "https://github.com/huegli/capture-win-mcp/issues" [project.scripts] capture-win-mcp = "capture_win_mcp.server:main" [tool.hatch.build.targets.wheel] packages = ["capture_win_mcp"]

Latest Blog Posts

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/huegli/capture-win-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server