Releases: port-labs/port-mcp-server
Releases · port-labs/port-mcp-server
v0.2.21
What's Changed
- Update pyproject.toml to 0.2.20 by @Matanga1-2 in #61
- Fix broken result to be dictionary by @Matanga1-2 in #63
Full Changelog: v0.2.20...v0.2.21
v0.2.20
What's Changed
- Fix self-service action creation when invocationMethod is provided as JSON string by @copilot-swe-agent in #53
Full Changelog: v0.2.19...v0.2.20
v0.2.19
What's Changed
- Add comprehensive UVX installation guide with step-by-step instructions by @copilot-swe-agent in #47
- Refactor Entity Search API: Update Query Structure and Parameters for search_entities by @Matanga1-2 in #58
Full Changelog: v0.2.18...v0.2.19
v0.2.18
- Added get_action_permissions tool to fetch action RBAC and permissions configuration
- Added update_action_policies tool to update action policies and dynamic permissions configuration
- Added support for Port's dynamic permissions and policies through new MCP tools
- Added required_approval field to Action model
v0.2.17
What's Changed
- Extend get_entities tool to support minimized context with detailed parameter by @Matanga1-2 in #43
Full Changelog: v0.2.16...v0.2.17
v0.2.16
What's Changed
- Add custom User-Agent header to all HTTP requests sent via the MCP server by @copilot-swe-agent in #39
New Contributors
- @copilot-swe-agent made their first contribution in #39
Full Changelog: v0.2.15...v0.2.16
v0.2.15
- Added Create / Update / Delete to SSA
v0.2.14
v0.2.13
- Listing actions as tools dynamically
v0.2.12
What's Changed
- Added
run_action
tool to run action - Added
get_actions
tool to list actions - Added
track_action_run
tool to track action runs - Added
get_action
tool to get action by identifier - Refactor mypy errors
Full Changelog: v0.2.11...v0.2.12