Skip to content

Commit 8db9702

Browse files
authored
add middleware config (#257)
1 parent 4b7154a commit 8db9702

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

servers/neo4j-data-modeling/server.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ config:
2828
- name: NEO4J_MCP_SERVER_PATH
2929
example: /mcp/
3030
value: '{{neo4j-data-modeling.server_path}}'
31+
- name: NEO4J_MCP_SERVER_ALLOW_ORIGINS
32+
example: "example.com,www.example.com"
33+
value: '{{neo4j-data-modeling.server_allow_origins}}'
34+
- name: NEO4J_MCP_SERVER_ALLOWED_HOSTS
35+
example: "localhost,127.0.0.1"
36+
value: '{{neo4j-data-modeling.server_allowed_hosts}}'
3137
parameters:
3238
type: object
3339
properties:
@@ -39,4 +45,8 @@ config:
3945
type: string
4046
server_path:
4147
type: string
48+
server_allow_origins:
49+
type: string
50+
server_allowed_hosts:
51+
type: string
4252
requirement: neo4j

0 commit comments

Comments
 (0)