Skip to main content

Serveur MCP pour AITestList - Gestion de tests avec Claude

Project description

AITestList MCP Server

Serveur MCP (Model Context Protocol) pour integrer AITestList avec Claude.

Installation

pip install aitestlist-mcp

Configuration

Option 1: Variables d'environnement

export AITESTLIST_API_URL="https://aitestlist.com"
export AITESTLIST_API_TOKEN="votre-token-api"

Option 2: Configuration Claude

Ajoutez dans votre fichier ~/.claude/settings.json:

{
  "mcpServers": {
    "aitestlist": {
      "command": "aitestlist-mcp",
      "env": {
        "AITESTLIST_API_URL": "https://aitestlist.com",
        "AITESTLIST_API_TOKEN": "votre-token-api"
      }
    }
  }
}

Option 3: Configuration interactive

Une fois le serveur installe, utilisez l'outil aitestlist_configure:

aitestlist_configure("https://aitestlist.com", "votre-token-api")

Obtenir un token API

  1. Connectez-vous a AITestList (https://aitestlist.com)
  2. Allez dans Parametres > MCP
  3. Cliquez sur "Generer un nouveau token"
  4. Copiez le token (il ne sera affiche qu'une seule fois)

Outils disponibles

Configuration

  • aitestlist_configure(api_url, api_token) - Configure la connexion
  • aitestlist_status() - Verifie le statut de connexion

Catalogue

  • aitestlist_list_agents() - Liste les agents disponibles
  • aitestlist_list_skills() - Liste les skills disponibles
  • aitestlist_install_agent(name) - Installe un agent
  • aitestlist_install_skill(name) - Installe un skill

Tests

  • aitestlist_submit_test(name, tasks, project_id?) - Soumet un test
  • aitestlist_pending_tests() - Liste les tests en attente
  • aitestlist_get_templates() - Recupere les templates
  • aitestlist_get_categories() - Recupere les categories
  • aitestlist_get_projects() - Recupere les projets

Exemple d'utilisation

Une fois configure, vous pouvez demander a Claude:

"Liste les agents disponibles sur AITestList"
"Installe l'agent test-creator"
"Soumets un test appele 'Test login' avec les taches suivantes..."

Licence

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aitestlist_mcp-0.1.0.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aitestlist_mcp-0.1.0-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file aitestlist_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: aitestlist_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for aitestlist_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3540f98eb0d9dd736c9475a5fdf8a7d80144c43cd0127fe7f813d44ff3b2198d
MD5 40d2472d8ad74a86e67a21ebf7748a2e
BLAKE2b-256 374be998f4a884582590a70cf69b5e4bcbd5b255ce61982192d25311220b707c

See more details on using hashes here.

File details

Details for the file aitestlist_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: aitestlist_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for aitestlist_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a41020f033b90aa2946d05f70976260f64427f8652919378cdb0032dcb99a5da
MD5 13f224ee3b72fe33ffb89d6b2ef0efad
BLAKE2b-256 d7c5b7b0f4fc2693881bce94ae85b4d804582993ab1dc6897bd7cfc824ab55a7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page