We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5529f commit ca31a1cCopy full SHA for ca31a1c
1 file changed
docs/.vuepress/components/PluginMarketplace.vue
@@ -109,6 +109,7 @@
109
<script setup lang="ts">
110
import { ref, computed, onMounted, reactive } from 'vue'
111
112
+// Data sync from: https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/backend/plugin/validator.py
113
const TAG_LABELS: Record<string, string> = {
114
ai: 'AI',
115
mcp: 'MCP',
0 commit comments