We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/herofox2024/xiayan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<template>
<div class="theme-container">
<router-view></router-view>
</div>
</template>
<script setup>
// 主题管理父组件,用于承载子路由
</script>
<style scoped>
.theme-container {
height: 100%;
width: 100%;
}
</style>