An open API service indexing awesome lists of open source software.

https://github.com/agile-lab-dev/witboost-mcp


https://github.com/agile-lab-dev/witboost-mcp

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Witboost-MCP

![Witboost MCP Server](docs/image.png)

# 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
```