mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #117] [MERGED] fix: add type hints for fix_access_denied for strict schema checks #242
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#242
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/117
Author: @karanjitsingh
Created: 1/22/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @karanjitsingh
Base:
main← Head:rmcp-fix📝 Commits (2)
1009ffbfix: add type hints for fix_access_denied for strict schema checks1d186cafix: formatting📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
iam-policy-autopilot-mcp-server/src/tools/fix_access_denied.rs(+1 -1)📄 Description
Issue #, if available:
As part of
https //github.com/modelcontextprotocol/modelcontextprotocol/issues/1613Kiro is performing strict checks for nullable types, causing errors likeError connecting to MCP server: "nullable" cannot be used without "type". Updating to latest (0.13)rmcpdoes not help. Hence, explicitly adding type hints to the offending contract is the only option for now.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.