Skip to content

Commit 65a5c40

Browse files
CopilotAniruddh25
andcommitted
Remove unnecessary assignment of requestId variable (IDE0059)
Co-authored-by: Aniruddh25 <[email protected]>
1 parent 32273ca commit 65a5c40

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Azure.DataApiBuilder.Mcp/Core/McpStdioServer.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ public async Task RunAsync(CancellationToken cancellationToken)
160160
/// </remarks>
161161
private void HandleInitialize(JsonElement? id)
162162
{
163-
// Extract the actual id value from the request
164-
object? requestId = id.HasValue ? GetIdValue(id.Value) : null;
165-
166163
// Get the description from runtime config if available
167164
string? instructions = null;
168165
RuntimeConfigProvider? runtimeConfigProvider = _serviceProvider.GetService<RuntimeConfigProvider>();

0 commit comments

Comments
 (0)