eval-hub-mcp 0.4.4.dev54__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- eval_hub_mcp-0.4.4.dev54.data/data/Scripts/eval-hub-mcp +2 -0
- eval_hub_mcp-0.4.4.dev54.data/data/Scripts/eval-hub-mcp.cmd +2 -0
- eval_hub_mcp-0.4.4.dev54.data/data/Scripts/evalhub-mcp.exe +0 -0
- eval_hub_mcp-0.4.4.dev54.dist-info/METADATA +72 -0
- eval_hub_mcp-0.4.4.dev54.dist-info/RECORD +7 -0
- eval_hub_mcp-0.4.4.dev54.dist-info/WHEEL +5 -0
- eval_hub_mcp-0.4.4.dev54.dist-info/top_level.txt +1 -0
|
Binary file
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: eval-hub-mcp
|
|
3
|
+
Version: 0.4.4.dev54
|
|
4
|
+
Summary: MCP server binary for eval-hub
|
|
5
|
+
Author-email: Rui Vieira <rui@redhat.com>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/eval-hub/eval-hub
|
|
8
|
+
Project-URL: Repository, https://github.com/eval-hub/eval-hub
|
|
9
|
+
Project-URL: Bug Tracker, https://github.com/eval-hub/eval-hub/issues
|
|
10
|
+
Keywords: eval-hub,mcp,binary,model-context-protocol
|
|
11
|
+
Classifier: Development Status :: 3 - Alpha
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
18
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
19
|
+
Requires-Python: >=3.11
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
|
|
22
|
+
# eval-hub-mcp
|
|
23
|
+
|
|
24
|
+
This package distributes the compiled Go eval-hub-mcp server binary for multiple
|
|
25
|
+
platforms. It installs the binary directly into your `bin/` directory (`Scripts/` on Windows) with no
|
|
26
|
+
Python wrapper — no argument rewriting, no subprocess overhead, no Python
|
|
27
|
+
runtime required at execution time.
|
|
28
|
+
|
|
29
|
+
## Installation
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
pip install eval-hub-mcp
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Capabilities
|
|
36
|
+
|
|
37
|
+
With `EVALHUB_BASE_URL`, `EVALHUB_TOKEN`, and `EVALHUB_TENANT` configured, the server exposes MCP **tools** (`discover_providers`, `submit_evaluation`, `get_job_status`, `cancel_job`), **resources** (`evalhub://providers`, `evalhub://benchmarks`, `evalhub://collections`, `evalhub://jobs`, and more), and **prompts** (`edd_workflow`, `evaluate_model`, `compare_runs`). See [MCP.md](../MCP.md) in the eval-hub repository for the full reference.
|
|
38
|
+
|
|
39
|
+
## Usage
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
# Run in stdio mode (default, for IDE integration)
|
|
43
|
+
evalhub-mcp
|
|
44
|
+
|
|
45
|
+
# Run in HTTP mode
|
|
46
|
+
evalhub-mcp --transport http --port 3001
|
|
47
|
+
|
|
48
|
+
# Show version
|
|
49
|
+
evalhub-mcp --version
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Supported Platforms
|
|
53
|
+
|
|
54
|
+
- Linux: x86_64, arm64
|
|
55
|
+
- macOS: x86_64 (Intel), arm64 (Apple Silicon)
|
|
56
|
+
- Windows: x86_64
|
|
57
|
+
|
|
58
|
+
## For eval-hub-sdk Users
|
|
59
|
+
|
|
60
|
+
> **Note:** `eval-hub-sdk[mcp]` currently installs a Python FastMCP-based server. This will be replaced with `eval-hub-mcp` (the Go binary distributed by this package) in a future release.
|
|
61
|
+
|
|
62
|
+
If you're using [`eval-hub-sdk`](https://github.com/eval-hub/eval-hub-sdk), you can install the MCP server as an extra:
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
pip install eval-hub-sdk[mcp]
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
For more information, see the [eval-hub-sdk repository](https://github.com/eval-hub/eval-hub-sdk).
|
|
69
|
+
|
|
70
|
+
## License
|
|
71
|
+
|
|
72
|
+
Apache-2.0
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
eval_hub_mcp-0.4.4.dev54.data/data/Scripts/eval-hub-mcp,sha256=3rV2guSq4EzavMNn3e8CT0ZNKNZfBj6iV2ULid62bmc,50
|
|
2
|
+
eval_hub_mcp-0.4.4.dev54.data/data/Scripts/eval-hub-mcp.cmd,sha256=nyyDyA7B7m225D1Kf-LPzQDcImTCBPv_wwjBvBJjTv0,38
|
|
3
|
+
eval_hub_mcp-0.4.4.dev54.data/data/Scripts/evalhub-mcp.exe,sha256=Im0nBCmfzRI_heNLrVRmdydiBx2YDuFvIj_cXDe1rFA,14438912
|
|
4
|
+
eval_hub_mcp-0.4.4.dev54.dist-info/METADATA,sha256=oWrSlydfHqMBtJinZAZKLZmjpiAfGDFu74B__Wo4VnM,2529
|
|
5
|
+
eval_hub_mcp-0.4.4.dev54.dist-info/WHEEL,sha256=hVx9elvUDfBjRmbl8JwIcXXikst35RZTZK9nspfI_28,98
|
|
6
|
+
eval_hub_mcp-0.4.4.dev54.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
7
|
+
eval_hub_mcp-0.4.4.dev54.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|