Skip to content

Commit beb82a2

Browse files
committed
fix instructions to match test expectation
1 parent 9ad7f72 commit beb82a2

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.tools/01.problem.simple/src

1 file changed

+1
-1
lines changed

exercises/02.tools/01.problem.simple/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const server = new McpServer(
1515
// 🐨 add a tool to the server with the server.registerTool API
1616
// - the name should be 'add'
1717
// - 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"
18+
// - the callback should return a standard text response that says "The sum of 1 and 2 is 3."
1919

2020
async function main() {
2121
const transport = new StdioServerTransport()

0 commit comments

Comments
 (0)