Skip to main content
Glama

Task Manager MCP Server

by jhawkins11
svelte.config.js549 B
import adapter from '@sveltejs/adapter-static' import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' /** @type {import('@sveltejs/kit').Config} */ const config = { // Consult https://svelte.dev/docs/kit/integrations // for more information about preprocessors preprocess: vitePreprocess(), kit: { // Using adapter-static to output a static site build adapter: adapter({ // Output to the default build folder pages: 'build', assets: 'build', precompress: false, }), }, } export default config

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/jhawkins11/task-manager-mcp'

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