This repository contains practical code examples specifically designed for the Hugging Face Machine Coder Program (MCP) course. It showcases how to implement and integrate local tools as MCP servers, with a focus on a sentiment analysis tool built using TextBlob. The examples guide users through configuring the MCP server, running it locally, and interacting with it, demonstrating the process of providing structured data (polarity, subjectivity, assessment) in response to queries, making it a valuable resource for learning about AI assistant tool development and integration.
主要功能
01Integrates TextBlob for sentiment analysis capabilities
02Provides examples for running and interacting with local MCP servers
030 GitHub stars
04Demonstrates MCP server configuration for AI assistant integration
05Showcases a Gradio API endpoint for MCP communication