Skip to content

Conversation

@S0okJu
Copy link
Collaborator

@S0okJu S0okJu commented Aug 25, 2025

Overview

  • Add get-project, get-projects tool in identity tools.

Key Changes

  • Add get-project, get-projects tool

get-project
image

get-projects
image

  • Test codes are updated and passing.

Related Issues

Additional context

  • In official docs, when project is a top level project, they will have both parent_id and domain_id

A project that is not acting as a domain, but is a top level project, will have both the parent_id and domain_id referencing the project acting as a domain, for example:

{
    "project": {
        "domain_id": "1789d1",
        "enabled": true,
        "id": "263fd9",
        "links": {
            "self": "http://identity:35357/v3/projects/263fd9"
        },
        "name": "project-x",
        "parent_id": "1789d1",
        "is_domain": false
    }
}

S0okJu added 2 commits August 25, 2025 17:17
- Add get-project, get-projects tool
- Test code are updated and passing
@S0okJu S0okJu requested review from jja6312 and paikend August 25, 2025 08:36
@S0okJu S0okJu added the feature Request for new feature or functionality enhancement label Aug 25, 2025
Copy link
Collaborator

@choieastsea choieastsea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@S0okJu S0okJu removed the request for review from jja6312 August 29, 2025 15:23
Copy link
Collaborator

@halucinor halucinor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@S0okJu S0okJu merged commit d1a13f6 into develop Aug 30, 2025
6 checks passed
@S0okJu S0okJu linked an issue Sep 3, 2025 that may be closed by this pull request
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Request for new feature or functionality enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] Add project related tools to mcp server

5 participants