Skip to content

Commit a42e782

Browse files
authored
add middleware config (github#253)
1 parent af2a441 commit a42e782

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

servers/neo4j-cloud-aura-api/server.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ config:
3535
- name: NEO4J_MCP_SERVER_PATH
3636
example: /mcp/
3737
value: '{{neo4j-cloud-aura-api.server_path}}'
38+
- name: NEO4J_MCP_SERVER_ALLOW_ORIGINS
39+
example: "example.com,www.example.com"
40+
value: '{{neo4j-cloud-aura-api.server_allow_origins}}'
41+
- name: NEO4J_MCP_SERVER_ALLOWED_HOSTS
42+
example: "localhost,127.0.0.1"
43+
value: '{{neo4j-cloud-aura-api.server_allowed_hosts}}'
3844
parameters:
3945
type: object
4046
properties:
@@ -48,6 +54,10 @@ config:
4854
type: string
4955
server_path:
5056
type: string
57+
server_allow_origins:
58+
type: string
59+
server_allowed_hosts:
60+
type: string
5161
required:
5262
- client_id
5363
requirement: neo4j

0 commit comments

Comments
 (0)