JExchange MCP Server provides a lightweight, asynchronous server implementation for the Model Context Protocol (MCP). Built with Python 3.10, it leverages the MCP library with CLI support to enable AI assistants to interact with external services. The server uses modern Python features including asyncio for handling concurrent requests and includes GitHub workflows for automated testing, formatting, and publishing to PyPI. This implementation is designed for developers who need a simple, reliable foundation for building MCP-compatible services that can be easily deployed and maintained.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Query the exchange rate between two currencies based on their three-letter currency codes. Requires 'from_code' (string) and 'to_code' (string) as mandatory parameters.