Skip to content

Conversation

@S0okJu
Copy link
Collaborator

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 } }

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

@choieastseachoieastsea left a comment

Choose a reason for hiding this comment

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

👍

@S0okJuS0okJu removed the request for review from jja6312August 29, 2025 15:23
Copy link
Collaborator

@halucinorhalucinor left a comment

Choose a reason for hiding this comment

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

LGTM

@S0okJuS0okJu merged commit d1a13f6 into developAug 30, 2025
6 checks passed
@S0okJuS0okJu linked an issue Sep 3, 2025 that may be closed by this pull request
5 tasks
halucinor pushed a commit that referenced this pull request Oct 23, 2025
halucinor pushed a commit that referenced this pull request Oct 24, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

featureRequest 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

@S0okJu@halucinor@paikend@choieastsea