We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinepaper/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•244 B
/**
* p5.js Compatibility Module for PinePaper MCP Server
*
* Provides p5.js-style drawing functions that wrap Paper.js,
* allowing Claude to use familiar p5.js syntax.
*/
export { P5_HELPERS, generateP5DrawCode } from './p5-helpers.js';