We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad7f72 commit beb82a2Copy full SHA for beb82a2
exercises/02.tools/01.problem.simple/src/index.ts
@@ -15,7 +15,7 @@ const server = new McpServer(
15
// 🐨 add a tool to the server with the server.registerTool API
16
// - the name should be 'add'
17
// - the config object should include a user-facing title and an llm-facing description explaining what it can be used to do (add one and two)
18
-// - the callback should return a standard text response that says "one and two equals three"
+// - the callback should return a standard text response that says "The sum of 1 and 2 is 3."
19
20
async function main() {
21
const transport = new StdioServerTransport()
0 commit comments