Skip to main content
Glama
pedrof
by pedrof
pyproject.toml953 B
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "hue-mcp-server" version = "0.1.0" description = "MCP server for Philips Hue smart lighting system" readme = "README.md" requires-python = ">=3.10" authors = [ {name = "Your Name", email = "your.email@example.com"} ] dependencies = [ "mcp>=0.9.0", "aiohue>=4.7.0", "aiohttp>=3.9.0", "pydantic>=2.0.0", "python-dotenv>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "ruff>=0.1.0", ] [project.scripts] hue-mcp-server = "hue_mcp_server.server:main" [tool.setuptools.packages.find] where = ["src"] [tool.setuptools.package-data] hue_mcp_server = ["py.typed"] [tool.black] line-length = 100 target-version = ["py310"] [tool.ruff] line-length = 100 target-version = "py310" [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]

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/pedrof/hue-mcp-server'

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