https://github.com/agile-lab-dev/witboost-mcp
https://github.com/agile-lab-dev/witboost-mcp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agile-lab-dev/witboost-mcp
- Owner: agile-lab-dev
- Created: 2025-04-19T20:49:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T08:20:38.000Z (about 1 year ago)
- Last Synced: 2025-05-18T20:08:37.880Z (about 1 year ago)
- Language: Python
- Size: 84 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Witboost-MCP

# Data Product Test API
A FastMCP-based API to evaluate data products against computational policies.
## Setup
```bash
python -m venv venv # create a venv
source venv/bin/activate
pip install -r requirements.txt
```
## Configuration
Edit config.yaml:
```
governance_eval_url: "http://localhost:8080/governance/v1/computational-governance/evaluate"
```
## Running Locally
```
python mcp_server.py
```