Skip to content

Commit 6a631d5

Browse files
CopilotAniruddh25
andcommitted
Remove unnecessary assignment of response variable (IDE0059)
Co-authored-by: Aniruddh25 <[email protected]>
1 parent 04f968c commit 6a631d5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ private void HandleInitialize(JsonElement? id)
198198
instructions = !string.IsNullOrWhiteSpace(instructions) ? instructions : null
199199
};
200200

201-
object response = new
202-
{
203-
jsonrpc = "2.0",
204-
id = requestId,
205-
result
206-
};
207-
208201
WriteResult(id, result);
209202
}
210203

0 commit comments

Comments
 (0)