Skip to content

Commit 14cb4e8

Browse files
authored
Merge pull request #40 from stacklok/renovate/mcp-neo4j-cypher-0.x
chore(deps): update dependency mcp-neo4j-cypher to v0.3.1
2 parents b810738 + 9805707 commit 14cb4e8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

uvx/mcp-neo4j-cypher/spec.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@
22
# MCP server for executing Cypher queries against Neo4j databases
33
# Package: https://pypi.org/project/mcp-neo4j-cypher/
44
# Repository: https://github.com/neo4j-contrib/mcp-neo4j
5-
# Will build as: ghcr.io/stacklok/dockyard/uvx/mcp-neo4j-cypher:0.3.0
5+
# Will build as: ghcr.io/stacklok/dockyard/uvx/mcp-neo4j-cypher:0.3.1
66

77
metadata:
88
name: mcp-neo4j-cypher
99
description: "MCP server for executing Cypher queries against Neo4j databases"
10-
version: "0.3.0"
10+
version: "0.3.1"
1111
protocol: uvx
1212

1313
spec:
1414
package: "mcp-neo4j-cypher"
15-
version: "0.3.0"
15+
version: "0.3.1"
1616

1717
provenance:
1818
repository_uri: "https://github.com/neo4j-contrib/mcp-neo4j"
19-
repository_ref: "refs/tags/mcp-neo4j-cypher-v0.3.0"
19+
repository_ref: "refs/tags/mcp-neo4j-cypher-v0.3.1"
2020

2121
# Security allowlist for expected database operations
2222
security:
2323
allowed_issues:
24+
- code: "TF001"
25+
reason: "Expected behavior for database MCP server that handles user queries and can access both private database content and external data sources"
2426
- code: "TF002"
2527
reason: "Expected behavior for database MCP server that needs both read and write capabilities for Cypher queries"

0 commit comments

Comments
 (0)