We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aryankeluskar/canvas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•325 B
/**
* Canvas MCP - Entry Point
*
* This project runs on Cloudflare Workers.
* The main entry point is src/worker.ts
*
* For local development: npm run dev
* For deployment: npm run deploy
*/
export { default } from "./worker.js";
export type { Env } from "./worker.js";
export { configSchema } from "./config.js";