Skip to content

Commit af2a441

Browse files
authored
Update server.yaml (github#254)
1 parent a903d08 commit af2a441

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

servers/neo4j-memory/server.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ config:
4141
- name: NEO4J_MCP_SERVER_PATH
4242
example: /mcp/
4343
value: '{{neo4j-memory.server_path}}'
44+
- name: NEO4J_MCP_SERVER_ALLOW_ORIGINS
45+
example: "example.com,www.example.com"
46+
value: '{{neo4j-memory.server_allow_origins}}'
47+
- name: NEO4J_MCP_SERVER_ALLOWED_HOSTS
48+
example: "localhost,127.0.0.1"
49+
value: '{{neo4j-memory.server_allowed_hosts}}'
4450
parameters:
4551
type: object
4652
properties:
@@ -58,6 +64,10 @@ config:
5864
type: string
5965
server_path:
6066
type: string
67+
server_allow_origins:
68+
type: string
69+
server_allowed_hosts:
70+
type: string
6171
required:
6272
- url
6373
- username

0 commit comments

Comments
 (0)