mcp-for-beginners: This curriculum introduces the Model Context Protocol (MCP), an elegant solution for AI applications to communicate with various tools and services in a standardized way. It offers hands-on practice in multiple programming languages, guiding beginners from fundamental concepts to building and deploying their own MCP servers and clients.; rust-mcp-server: rust-mcp-server implements the Model Context Protocol (MCP) to bridge large language models (LLMs) like GitHub Copilot with your local Rust development environment. It exposes local Rust tools and project context to the LLM, enabling automated tasks, dependency management, and code quality checks.
Building capable and flexible AI applications.
Automating common Rust development tasks.