Skip to content

Commit d38cea9

Browse files
committed
Fix newline
1 parent 9b04216 commit d38cea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ public static class EchoTool
112112
{
113113
[McpServerTool, Description("Echoes the message back to the client.")]
114114
public static string Echo(string message) => $"hello {message}";
115-
}```
115+
}
116+
```
116117

117118
Tools can have the `IMcpServer` representing the server injected via a parameter to the method, and can use that for interaction with
118119
the connected client. Similarly, arguments may be injected via dependency injection. For example, this tool will use the supplied

0 commit comments

Comments
 (0)