Port MCP Server

MIT License
  • Linux
  • Apple
[project] name = "mcp-server-port" version = "0.1.7" authors = [ { name = "Matan Grady", email = "matan.grady@getport.io" } ] description = "A Model Context Protocol (MCP) server for Port.io" readme = "README.md" requires-python = ">=3.10" dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.3.0", "python-dotenv>=1.0.1", "pyport>=0.1.17" ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] mcp-server-port = "src.mcp_server_port.cli:cli_main" [tool.hatch.build.targets.wheel] packages = ["src"] [tool.hatch.build] include = [ "src/mcp_server_port/**/*.py", ] [tool.uv] dev-dependencies = ["pyright>=1.1.389", "pytest>=8.0.0", "ruff>=0.7.3"]