Brian O'Keefe

Results 10 issues of Brian O'Keefe

**Is your feature request related to a problem? Please describe.** As a user, I get frustrated when the results of my query are too large for the visible pane and...

enhancement

**Is your feature request related to a problem? Please describe.** When using the %%sparql cell magic, I cannot change the media type that the results are printed in. If I...

enhancement

**Is your feature request related to a problem? Please describe.** As a user who is only writing SPARQL queries, it is frustrating to have to create a new python3 notebook...

enhancement

**Is your feature request related to a problem? Please describe.** As described in the SPARQL specification, "the DESCRIBE form takes each of the resources identified in a solution, together with...

enhancement

**Is your feature request related to a problem? Please describe.** When I run a SPARQL query in the notebook, I am frustrated there’s no option to download the data as...

enhancement

BlogParserResource lambda function fails with: Received response status [FAILED] from custom resource. Message returned: 'Comment' object has no attribute 'findChildren' (RequestId: 131e0b8d-1fa7-49df-b82a-ec82ca4ea8a5)

Pinning requests to 2.29.0 to avoid importing urllib3 2.0 and resolve the conflict with lack of support for that library in botocore to resolve Issue #330. Issue #, if available:...

The exception generated is "ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/tmp/neptune_python_utils.zip/urllib3/util/ssl_.py)" when calling "from neptune_python_utils.glue_neptune_connection_info import GlueNeptuneConnectionInfo" in the Glue job. The underlying reason is botocore which does not...

### Describe the bug As you can observe at https://github.com/awslabs/mcp/blob/620db3f8eed60caa0c2baff77624e9fbb41058f1/src/amazon-neptune-mcp-server/awslabs/amazon_neptune_mcp_server/server.py#L28, Neptune MCP Server adds a logging handler to output STDERR at INFO level. As a result, the logs are filled...

bug
needs-triage

### Describe the feature The get_graph_schema tool for the Neptune MCP Server caches the schema upon init() [ref 1](https://github.com/awslabs/mcp/blob/620db3f8eed60caa0c2baff77624e9fbb41058f1/src/amazon-neptune-mcp-server/awslabs/amazon_neptune_mcp_server/graph_store/database.py#L78) [ref 2](https://github.com/awslabs/mcp/blob/620db3f8eed60caa0c2baff77624e9fbb41058f1/src/amazon-neptune-mcp-server/awslabs/amazon_neptune_mcp_server/graph_store/database.py#L268). The tool always get the cached schema if it...

feature-request
needs-triage