We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taurgis/sfcc-dev-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docs-site-v2-build.json•537 B
{
"subject": "docs-site-v2 build workflow",
"fact": "The docs-v2 site is built from the docs-site-v2 directory using `npm run build`, which runs `vitepress build .` and then generates `public/sitemap.xml` and `public/llms.txt` via node scripts.",
"citations": [
"docs-site-v2/package.json",
"docs-site-v2/scripts/generate-sitemap.js",
"docs-site-v2/scripts/generate-llms.js"
],
"reason": "This verified command chain is useful for future documentation changes and release validation tasks.",
"category": "build"
}