We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Disturbing/mcp-live-code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
project-deps.mdc•314 B
---
description:
globs:
alwaysApply: true
---
# Using yarn for package management
- We are using yarn to add and manage dependencies
- Use yarn test and yarn run commands when exeucting commands.
- We are following the workspaces pattern with packages/{project}
- Are example projects are in examples/{project}