python-mcp-server
0
The project is a Python implementation of a Weather Model Context Protocol (MCP) server that interacts with the National Weather Service API. It includes a comprehensive test suite and detailed development setup instructions.
Overview
- Project Name: MCP Server
- Description: A Python-based Weather MCP server.
- Documentation: Available at docs.
- Dependencies: Utilizes
httpx
,pytest
, andpytest-asyncio
. - Testing: Comprehensive test suite included using
pytest
andpytest-asyncio
. - Development Setup: Involves setting up a virtual environment and installing necessary dependencies.