Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo


Client module for internal use of Simplicité MCP server

Set AI_API_PARAM mistral exemple:

{
 "completion_url": "https://api.mistral.ai/v1/chat/completions",
 "bot_name": "George",
 "code_max_token": "2000",
 "provider": "Mistral AI",
 "api_key": "[ENV:api_key]",
 "default_max_token": "5000",
 "showDataDisclaimer": true,
 "data_number": "3",
 "hist_depth": "3",
 "model": "mistral-medium-3-5",
 "stt_url": "",
 "ping_url": "https://api.mistral.ai/v1/models"
}

Claude:

{
  "completion_url": "https://api.anthropic.com/v1/messages",
  "bot_name": "George",
  "code_max_token": "2000",
  "provider": "anthropic",
  "api_key": "[ENV:api_key]",
  "anthropic-workspace-id":"[ENV:workspace_id]",
  "default_max_token": "5000",
  "showDataDisclaimer": true,
  "data_number": "3",
  "hist_depth": "3",
  "model": "claude-sonnet-4-5-20250929",
  "stt_url": "",
  "ping_url": "https://api.anthropic.com/v1/models",
  "ClaudeAPI":true
}

About

Client module for internal use of Simplicité MCP server

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages