Skip to content

Improve MCP v2 compatibility #75

Improve MCP v2 compatibility

Improve MCP v2 compatibility #75

Triggered via pull request August 1, 2026 17:20
Status Success
Total duration 1m 7s
Artifacts

graphdb-tests.yml

on: pull_request
Build and Test
1m 3s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test: src/AAB.EBA/PersistentObject/PersistentObject.cs#L21
Non-nullable field '_stream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinDedupOptions.cs#L6
Non-nullable property 'SortedScriptNodesFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinDedupOptions.cs#L5
Non-nullable property 'SortedTxNodesFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinMapMarketOptions.cs#L6
Non-nullable property 'BlockOhlcvMappedFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinMapMarketOptions.cs#L5
Non-nullable property 'OhlcvSourceFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinMapSpendsOptions.cs#L5
Non-nullable property 'BatchesFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinTraverseOptions.cs#L12
Non-nullable property 'BlocksFailedToProcessListFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinTraverseOptions.cs#L12
Non-nullable property 'BlocksToProcessListFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/OptionsBinder.cs#L18
Cannot convert null literal to non-nullable reference type.
Build and Test: src/AAB.EBA/PersistentObject/PersistentGraphBuffer.cs#L108
The member 'PersistentGraphBuffer.DisposeAsync()' does not hide an accessible member. The new keyword is not required.