We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7154a commit 8db9702Copy full SHA for 8db9702
servers/neo4j-data-modeling/server.yaml
@@ -28,6 +28,12 @@ config:
28
- name: NEO4J_MCP_SERVER_PATH
29
example: /mcp/
30
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}}'
37
parameters:
38
type: object
39
properties:
@@ -39,4 +45,8 @@ config:
45
type: string
40
46
server_path:
41
47
48
+ server_allow_origins:
49
+ type: string
50
+ server_allowed_hosts:
51
42
52
requirement: neo4j
0 commit comments