Skip to content

fix: correct outdated API details in lessons 2.5 and 2.6 - #13

Open
SomeoneSomewhereelse wants to merge 1 commit into
masterfrom
fix/lesson-2.5-2.6-content-corrections
Open

fix: correct outdated API details in lessons 2.5 and 2.6#13
SomeoneSomewhereelse wants to merge 1 commit into
masterfrom
fix/lesson-2.5-2.6-content-corrections

Conversation

@SomeoneSomewhereelse

Copy link
Copy Markdown
Collaborator

Summary

  • Lesson 2.5 exercise 3 referenced a defunct Bank of Israel currency API endpoint/field name; updated to the current live endpoint (GetExchangeRate?key=USD) and currentExchangeRate/unit fields, and fixed the NIS→USD conversion direction (division, not multiplication) in the instructions.
  • Lesson 2.6's script narrated installing the filesystem MCP server via pip, contradicting the exercises file which correctly uses npx to run the official Node.js package. Corrected the script to match.

Test plan

  • Verified the new Bank of Israel endpoint and response shape live via WebFetch
  • Cross-checked the corrected instructions/starter code against a learner's working implementation using the new endpoint
  • Confirmed the 2.6 script correction matches the existing (correct) claude mcp add ... npx ... command in the exercises file

🤖 Generated with Claude Code

https://claude.ai/code/session_0144RhovXfdiMvoj1vfYAApH

Lesson 2.5 exercise 3 referenced a defunct Bank of Israel currency API
endpoint and field name. Updated to the current live endpoint
(GetExchangeRate?key=USD) and currentExchangeRate/unit fields, and
fixed the NIS-to-USD conversion direction in the instructions.

Lesson 2.6's script narrated installing the filesystem MCP server via
pip, contradicting the exercises file which correctly uses npx to run
the official Node.js package. Corrected the script to match.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0144RhovXfdiMvoj1vfYAApH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant