Port MCP Server
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.7] - 2025-04-01
### Added
- New `get_scorecards` tool to list all scorecards
- New `get_scorecard` tool to retrieve information about a specific scorecard
- New `create_scorecard` tool to create new scorecards
- Added `PortScorecardClient` to handle scorecard interactions
## [0.1.6] - 2025-03-23
### Added
- New `get_entities` tool to list all entities for a specific blueprint
- New `get_entity` tool to retrieve detailed information about specific entities
- Added entity models with support for properties and relations
- Added comprehensive test coverage for entity operations
### Changed
- Updated default prompt to include entity-related capabilities and workflow
- Improved team field typing in PortEntity model
## [0.1.5] - 2025-03-21
### Removed
- Removed individual blueprint endpoints (`port-blueprint://` and `port-blueprint-summary://`) as they weren't effectively accessible through eMCP, making them redundant
- Removed `_get_blueprint()` helper function as it's no longer needed
### Changed
- Simplified blueprint resources to focus on list-based endpoints only
- Improved documentation clarity for remaining blueprint endpoints
- Streamlined resource patterns documentation
## [0.1.4] - 2025-03-20
### Added
- New `get_blueprint` tool to retrieve detailed information about specific blueprints
- New `get_blueprints` tool to list all available blueprints
- Added corresponding Port resources for blueprint operations
- Improved code organization and structure through refactoring
## [0.1.3] - 2025-03-17
### Fixed
- Fixed compatibility issue with Port API changes in AI agent response handling
## [0.1.2] - 2025-03-06
### Changed
- Migrated to PyPort SDK for improved authentication and extensibility
- Removed token management functionality in favor of SDK handling
### Added
- Integration with PyPort SDK for better API interaction
- Simplified authentication process
## [0.1.1] - 2025-03-05
### Added
- Initial release of the Port MCP server
- Basic MCP server installation functionality
- AI agent interaction tool
- Token management system (later removed in 0.0.2)