We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-convex/convex-backend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "vue",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"convex": "^1.27.3",
"convex-vue": "^0.1.1",
"vue": "^3.5.17"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.8.0",
"npm-run-all2": "^8.0.0",
"typescript": "~5.4.0",
"vite": "^7.1.11",
"vue-tsc": "^3.0.0"
}
}