You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AbeckDev.DbTimetable.Mcp/Tools.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ public TimetableTools(TimeTableService timeTableService)
23
23
}
24
24
25
25
[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.")]
27
27
publicasyncTask<string>GetFullTimetableChanges(
28
28
[Description("Event number (EVA number) of the train event")]stringeventNo)
0 commit comments