Before opening, please confirm:
Operating System
win32
Kiro Version
0.11.130
Bug Description
I have the MCP registry enabled but I cannot use MCP servers from my custom power as it just errors in the log:
2026-04-08 11:45:53.169 [info] Server 'power-watchfinder-development-ado-mcp' excluded by registry-only access mode
But I've already added that using the following block in the registry:
{
"server": {
"name": "power-watchfinder-development-ado-mcp",
"title": "Azure DevOps MCP Server (Power)",
"description": "MCP server providing Azure DevOps integration for work items, pipelines, and repositories",
"version": "2.2.2",
"packages": [
{
"registryType": "npm",
"identifier": "@azure-devops/mcp",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "watchfinder"
}
]
}
]
}
},
In the chat window it just says the power doesn't have any
Steps to Reproduce
- Create a custom power that uses an MCP server
- Create a registry and add that power specific MCP server prefixing with the power name
- Install the power and try and use the MCP server from the power
Expected Behavior
The MCP server is accessible
Conversation ID
8722dd5a-4273-43e9-acbb-5c58f012db04
Additional Context
No response
Before opening, please confirm:
Operating System
win32
Kiro Version
0.11.130
Bug Description
I have the MCP registry enabled but I cannot use MCP servers from my custom power as it just errors in the log:
2026-04-08 11:45:53.169 [info] Server 'power-watchfinder-development-ado-mcp' excluded by registry-only access modeBut I've already added that using the following block in the registry:
{ "server": { "name": "power-watchfinder-development-ado-mcp", "title": "Azure DevOps MCP Server (Power)", "description": "MCP server providing Azure DevOps integration for work items, pipelines, and repositories", "version": "2.2.2", "packages": [ { "registryType": "npm", "identifier": "@azure-devops/mcp", "transport": { "type": "stdio" }, "packageArguments": [ { "type": "positional", "value": "watchfinder" } ] } ] } },In the chat window it just says the power doesn't have any
Steps to Reproduce
Expected Behavior
The MCP server is accessible
Conversation ID
8722dd5a-4273-43e9-acbb-5c58f012db04
Additional Context
No response