mcp-for-beginners icon indicating copy to clipboard operation
mcp-for-beginners copied to clipboard

This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for...

Results 6 mcp-for-beginners issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.1. Release notes Sourced from express's releases. v5.2.1 What's Changed Release: 5.2.1 by @​UlisesGascon in expressjs/express#6933 Full Changelog: https://github.com/expressjs/express/compare/v5.2.0...v5.2.1 v5.2.0 Important: Security Security fix for...

dependencies
javascript

**Summary** In `03-GettingStarted/03-llm-client/README.md`, under the section **“3 – Convert server capabilities to LLM tools”**, the Python tutorial is missing the definition of the parameter `functions`. This PR adds the missing...

Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.0 to 2.2.1. Release notes Sourced from body-parser's releases. v2.2.1 Important: Security Security fix for CVE-2025-13466 (GHSA-wqch-xfxh-vrr4) What's Changed ci: add dependabot by @​Phillip9587 in expressjs/body-parser#593 ci:...

dependencies
javascript

# Purpose sampling is about delegation. The server tells the client I need help with this feature. The idea is that the server sends a sampling request to the client...

# Purpose Elicitation is about supporting a scenario where the user makes a first selection, for example a booking, and it's not available. The elicitation happens when the server asks...