-
securityF
license-
qualityA Python MCP server that enables semantic search through Search Labs blog posts indexed in Elasticsearch, allowing Claude to intelligently retrieve relevant information from the blog content.
Last updated -
Python
Allows interaction with a mock blog API service, providing tools for fetching blogs, searching blogs by title, and adding new blog posts.
一个使用 FastMCP 和 httpx 构建的简单博客 API 服务。该项目支持 uv,可实现快速、可靠的 Python 包管理和环境设置。
该项目提供了一组 API 工具,用于与模拟博客 API 服务进行交互。它允许用户获取所有博客、按标题搜索博客以及添加新博文。该项目包含一个 uv.lock 文件,用于可复现的依赖项管理。
uv 为 Python 项目提供快速的环境管理。以下是为该项目创建和管理虚拟环境的方法:
从模拟 API 获取所有博客。
使用模拟 API 按标题搜索博客。
向模拟 API 添加新博客。
[在此添加您的许可证信息]
[在此处添加贡献指南]
This server cannot be installed
使用 FastMCP 构建的简单博客 API 服务,允许用户获取所有博客、按标题搜索博客以及添加新博客文章。