Skip to content

Commit d80e360

Browse files
abeckDevCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4990801 commit d80e360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AbeckDev.DbTimetable.Mcp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Learn more about configuring OpenAPI at https://aka.ms/aspnet/openapi
3232
builder.Services.AddMcpServer(options =>
3333
{
34-
options.ServerInfo = new Implementation { Name = "Deutsche Bahn - Timetable API", Version = "" };
34+
options.ServerInfo = new Implementation { Name = "Deutsche Bahn - Timetable API", Version = "1.0.0" };
3535
})
3636
.WithHttpTransport()
3737
.WithToolsFromAssembly()

0 commit comments

Comments
 (0)