From f215890f86269d12243dc404ed44aa3348f1a9c8 Mon Sep 17 00:00:00 2001 From: Garvit Bhardwaj Date: Tue, 23 Jun 2026 00:11:30 +0530 Subject: [PATCH] added workspace-log-agent to python repository --- src/workspace-log-agent/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/workspace-log-agent/manifest.json diff --git a/src/workspace-log-agent/manifest.json b/src/workspace-log-agent/manifest.json new file mode 100644 index 0000000000..3006d6d4de --- /dev/null +++ b/src/workspace-log-agent/manifest.json @@ -0,0 +1,14 @@ +{ + "name": "workspace-log-agent", + "description": "An AI-powered local workspace log and task manager for developer project lists via JSON state stores.", + "runtime": "python", + "transport": "stdio", + "source": { + "type": "git", + "url": "https://github.com/GARVITBHARDWAJ/mcp-workspace-agent" + }, + "install": { + "command": "uvx", + "args": ["mcp-workspace-agent"] + } +}