Skip to main content
Glama

Vue MCP Server

by webfansplz
MIT License
179
394
<template> <div> {{ count }} {{ doubleCount }} {{ info.name }} {{ info.age }} {{ info.address }} </div> </template> <script setup lang="ts"> import { ref, computed, reactive } from 'vue' const count = ref(10) const doubleCount = computed(() => count.value * 2) const info = reactive({ name: 'John', age: 20, address: '123 Main St', }) </script> <style scoped> </style>

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/webfansplz/vite-plugin-vue-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server