Metadata-Version: 2.4
Name: llm_mcp_score
Version: 0.1.1
Summary: A minimal MCP service for testing LLM understanding and invocation of MCP tools
Project-URL: Homepage, https://github.com/yourusername/llm_mcp_score
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: mcp[server]>=1.2.0

# llm_mcp_score

A minimal MCP service to test LLM models' understanding and invocation of MCP tools.

## Features

- 10 example MCP tools
- LLM can call tools with correct parameters
- Scoring based on how many tools are invoked correctly

## Installation

```bash
pip install llm_mcp_score
