Skip to content

Commit dd64407

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AbeckDev.DbTimetable.Mcp/Tools.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public TimetableTools(TimeTableService timeTableService)
2323
}
2424

2525
[McpServerTool]
26-
[Description("Get full timetable changes for a specific train event. The data includes all known changes from now on until ndefinitely into the future. Once changes become obsolete (because their trip departs from the station) they are removed.")]
26+
[Description("Get full timetable changes for a specific train event. The data includes all known changes from now on until indefinitely into the future. Once changes become obsolete (because their trip departs from the station) they are removed.")]
2727
public async Task<string> GetFullTimetableChanges(
2828
[Description("Event number (EVA number) of the train event")] string eventNo)
2929
{

0 commit comments

Comments
 (0)