From a688f0fa8d13ec4cf1cd90dd601b03685d991a15 Mon Sep 17 00:00:00 2001 From: East Agile Date: Thu, 9 Jan 2025 11:39:28 +0700 Subject: [PATCH] Add mcp-server-aidd to the package list --- packages/package-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/package-list.json b/packages/package-list.json index 408930d..bbc3e8f 100644 --- a/packages/package-list.json +++ b/packages/package-list.json @@ -395,6 +395,15 @@ "license": "MIT", "runtime": "python" }, + { + "name": "mcp-server-aidd", + "description": "An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, Git operations, code execution, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks.", + "vendor": "SkyDeck.aiĀ®", + "sourceUrl": "https://github.com/skydeckai/mcp-server-aidd", + "homepage": "https://skydeck.ai/", + "license": "MIT", + "runtime": "python" + }, { "name": "@enescinar/twitter-mcp", "description": "This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.",