Facilitates interaction with a mock blog API service for fetching, searching, and adding blog posts.
This project provides a simple blog API service built with FastMCP and httpx, enabling users to interact with a mock blog API. It supports fetching all blogs, searching for blogs by title, and adding new blog posts. Utilizing uv for fast and reliable Python package management ensures reproducible dependency management and simplified environment setup.
主要功能
01Adds new blog posts to the mock API.
020 GitHub stars
03Searches for blogs by title.
04Includes a uv.lock file for dependency management.
05Fetches all blogs from a mock API.
06Uses uv for fast package management.
使用案例
01Developing and testing API interactions with a blog service.
02Creating a local environment for experimenting with blog data.