Skip to content

Commit

Permalink
Update package-list.json
Browse files Browse the repository at this point in the history
The MCP Solver integrates MiniZinc constraint programming with LLMs through the Model Context Protocol, enabling AI models to:
submit and validate constraint models, set model parameters, solve constraint satisfaction problems, and  retrieve and analyze solutions.
  • Loading branch information
szeider authored Dec 15, 2024
1 parent bee5042 commit 0ddf33f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/package-list.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
[ {
"name": "mcp-solver",
"description": "MCP server for Constraint Solving and Optimization",
"vendor": "Stefan Szeider",
"sourceUrl": "https://github.com/szeider/mcp-solver",
"homepage": "https://github.com/szeider/mcp-solver",
"license": "MIT",
"runtime": "python"
}
{
"name": "@modelcontextprotocol/server-brave-search",
"description": "MCP server for Brave Search API integration",
Expand Down

0 comments on commit 0ddf33f

Please sign in to comment.