From 2ce13becb9f771e42f3ca5bbf12bb26124d0a950 Mon Sep 17 00:00:00 2001 From: Mahdiyar Date: Tue, 30 Sep 2025 23:33:09 -0400 Subject: [PATCH] Add Roundtable - Zero-configuration MCP server for unified AI assistant development workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Roundtable provides Vue.js developers with a unified interface to multiple AI assistants (Claude Code, Cursor, GPT-4, etc.) through a zero-configuration MCP server, streamlining AI-powered development workflows for Vue.js projects. 🤖 Generated with Claude Code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d02402a19..2d0077aa2 100644 --- a/README.md +++ b/README.md @@ -1678,6 +1678,7 @@ _Integrate with services or other frameworks_ - [Storybook](https://storybook.js.org) - The UI Development Environment. works with v3.2+ later. - [Font Awesome Finder](https://chrome.google.com/webstore/detail/font-awesome-icon-finder/kjejboahkcobalmgldloeinebmbomgog) - Chrome extension to search, preview and choose Font Awesome icons and copy the selected icon HTML code & Unicode to clipboard. +- [Roundtable](https://github.com/askbudi/roundtable) - Zero-configuration MCP server that unifies multiple AI assistants (Claude Code, Cursor, GPT-4, etc.) into a single development workflow for Vue.js projects. - [Bit](https://github.com/teambit/bit) - Manage and reuse `vue` components between projects. Easily isolate and share components from any project without changing its source code, organize curated collections and install in different projects. - [Vue Mess Detector](https://github.com/rrd108/vue-mess-detector) - A static code analysis tool for 👉 detecting code smells and best practice violations in Vue.js and Nuxt.js projects - [Vue Log Arsenal](https://github.com/MvdZon/Vue3-log-arsenal) - Lightweight Vue 3 plugin providing logging directives for easier debugging