We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2a441 commit a42e782Copy full SHA for a42e782
1 file changed
servers/neo4j-cloud-aura-api/server.yaml
@@ -35,6 +35,12 @@ config:
35
- name: NEO4J_MCP_SERVER_PATH
36
example: /mcp/
37
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}}'
44
parameters:
45
type: object
46
properties:
@@ -48,6 +54,10 @@ config:
48
54
type: string
49
55
server_path:
50
56
57
+ server_allow_origins:
58
+ type: string
59
+ server_allowed_hosts:
60
51
61
required:
52
62
- client_id
53
63
requirement: neo4j
0 commit comments