try changing claudes mcp port
This commit is contained in:
parent
2cf20a4bda
commit
919c1bbbc5
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user