{"type":"mcp_server","name":"simple-mcp-test","description":"This repository offers a basic MCP (Multi-Client Protocol) implementation showcasing client-server communication. It includes a test script demonstrating functionalities like `call_tool()` and `read_resource()`, licensed under the MIT License.","category":"Developer Tools","language":"Python","stars":0,"forks":0,"owner":"tjjd4","github_url":"https://github.com/tjjd4/simple-mcp-test","homepage":null,"setup":"## Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/tjjd4/simple-mcp-test.git\ncd simple-mcp-test\n```\n\n2. Create and activate a virtual environment (recommended):\n```bash\npython -m venv .venv # using python and pip\nuv venv  # using uv\n\nsource .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n```\n\n3. Install the required dependencies:\n```bash\nuv run pip install -r pyproject.toml # using uv\n```\n\n4. Run the test script:\n```bash\nexport PYTHONPATH=$(pwd)\npython scripts/test_simple_mcp.py\n```","tools":"## Available Tools\n\n1. `call_tool()` (Demonstrates basic functionality.)\n2. `read_resource()` (Demonstrates basic functionality.)","faq":null,"created_at":"2025-03-27T13:10:58+00:00","updated_at":"2025-03-27T13:21:39+00:00","source_url":"https://model-context-protocol.com/servers/simple-mcp-client-server-communication-test","related_articles":[]}