mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #17] [MERGED] Ensure PascalCase serialization for MCP tools types #175
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/17
Author: @adpaco-aws
Created: 11/21/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @adpaco-aws
Base:
prerelease← Head:fix-serialize-mcp-tools📝 Commits (4)
6bf9c2aEnsure PascalCase serialization for MCP tools types4cb13c0Fix MCP tools unit tests192df1aMerge branch 'prerelease' into fix-serialize-mcp-tools3cfd08cMerge branch 'prerelease' into fix-serialize-mcp-tools📊 Changes
4 files changed (+109 additions, -16 deletions)
View changed files
📝
iam-policy-autopilot-mcp-server/src/tools/fix_access_denied.rs(+45 -0)📝
iam-policy-autopilot-mcp-server/src/tools/generate_policy.rs(+31 -0)📝
iam-policy-autopilot-mcp-server/src/tools/generate_policy_for_access_denied.rs(+25 -0)📝
iam-policy-autopilot-mcp-server/tests/mcp_server_integration_test.rs(+8 -16)📄 Description
Description of changes: Adds PascalCase serialization for the following MCP tool input/output types:
GeneratePoliciesInputGeneratePoliciesOutputFixAccessDeniedInputFixAccessDeniedOutputandFixResultGeneratePolicyForAccessDeniedInputGeneratePolicyForAccessDeniedOutputAdded tests to verify serialization of these types.
Note: We are making updates to ensure PascalCase serialization across our public types, this PR covers the MCP packages.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.