We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32273ca commit 65a5c40Copy full SHA for 65a5c40
1 file changed
src/Azure.DataApiBuilder.Mcp/Core/McpStdioServer.cs
@@ -160,9 +160,6 @@ public async Task RunAsync(CancellationToken cancellationToken)
160
/// </remarks>
161
private void HandleInitialize(JsonElement? id)
162
{
163
- // Extract the actual id value from the request
164
- object? requestId = id.HasValue ? GetIdValue(id.Value) : null;
165
-
166
// Get the description from runtime config if available
167
string? instructions = null;
168
RuntimeConfigProvider? runtimeConfigProvider = _serviceProvider.GetService<RuntimeConfigProvider>();
0 commit comments