Skip to content

Commit dd97065

Browse files
fix: update MCP server configuration to use local type and allow all tools
1 parent d460bbb commit dd97065

File tree

1 file changed

+2
-1
lines changed
  • registry/coder-labs/modules/copilot-cli/scripts

1 file changed

+2
-1
lines changed

registry/coder-labs/modules/copilot-cli/scripts/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ EOF
161161
"description": "Report ALL tasks and statuses (in progress, done, failed) you are working on.",
162162
"name": "Coder",
163163
"timeout": 3000,
164-
"type": "stdio",
164+
"type": "local",
165+
"tools": ["*"],
165166
"trust": true
166167
}
167168
}

0 commit comments

Comments
 (0)