File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
# MCP server for executing Cypher queries against Neo4j databases
3
3
# Package: https://pypi.org/project/mcp-neo4j-cypher/
4
4
# 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
6
6
7
7
metadata :
8
8
name : mcp-neo4j-cypher
9
9
description : " MCP server for executing Cypher queries against Neo4j databases"
10
- version : " 0.3.0 "
10
+ version : " 0.3.1 "
11
11
protocol : uvx
12
12
13
13
spec :
14
14
package : " mcp-neo4j-cypher"
15
- version : " 0.3.0 "
15
+ version : " 0.3.1 "
16
16
17
17
provenance :
18
18
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 "
20
20
21
21
# Security allowlist for expected database operations
22
22
security :
23
23
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"
24
26
- code : " TF002"
25
27
reason : " Expected behavior for database MCP server that needs both read and write capabilities for Cypher queries"
You can’t perform that action at this time.
0 commit comments