From 348ab952f41c989683a3f1f211ef359937999d11 Mon Sep 17 00:00:00 2001 From: michaellatman Date: Tue, 3 Dec 2024 00:13:43 +0000 Subject: [PATCH] chore(packages): update MCP package list (2 packages) Changes: - Added new package: @modelcontextprotocol/server-everart - Added new package: @modelcontextprotocol/server-sequential-thinking --- packages/package-list.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/package-list.json b/packages/package-list.json index 168d94b..1996078 100644 --- a/packages/package-list.json +++ b/packages/package-list.json @@ -150,5 +150,21 @@ "sourceUrl": "https://github.com/anaisbetts/mcp-youtube", "homepage": "https://github.com/anaisbetts/mcp-youtube", "license": "MIT" + }, + { + "name": "@modelcontextprotocol/server-everart", + "description": "MCP server for EverArt API integration", + "vendor": "Anthropic, PBC (https://anthropic.com)", + "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/everart", + "homepage": "https://modelcontextprotocol.io", + "license": "MIT" + }, + { + "name": "@modelcontextprotocol/server-sequential-thinking", + "description": "MCP server for sequential thinking and problem solving", + "vendor": "Anthropic, PBC (https://anthropic.com)", + "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/sequentialthinking", + "homepage": "https://modelcontextprotocol.io", + "license": "MIT" } -] +] \ No newline at end of file