try changing claudes mcp port

This commit is contained in:
Benjamin 2025-10-06 16:48:26 -05:00
parent 2cf20a4bda
commit 919c1bbbc5

View File

@ -246,6 +246,12 @@ resource "coder_env" "claude_api_key" {
value = var.claude_api_key value = var.claude_api_key
} }
resource "coder_env" "mcp_server_port" {
agent_id = var.agent_id
name = "MCP_SERVER_PORT"
value = "8081"
}
locals { locals {
# we have to trim the slash because otherwise coder exp mcp will # we have to trim the slash because otherwise coder exp mcp will
# set up an invalid claude config # set up an invalid claude config