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"] + } +}