Skip to main content
Glama
by mckinsey
devcontainer.json1 kB
{ // Prepare environment to run examples. "postCreateCommand": "cd vizro-core && hatch env create examples", // To avoid creating default environment and then examples environment we use the // full `hr examples:example` rather than just `hr example` shortcut. "postAttachCommand": "cd vizro-core && hr examples:example", "customizations": { "vscode": { "extensions": ["ms-python.python"] } }, "build": { "dockerfile": "Dockerfile" }, "portsAttributes": { "8050": { "label": "scratch_dev example" } } // It would be nice if the Python interpreter were automatically set in codespaces. // In theory this should work automatically but it doesn't seem to - maybe an issue with codespaces? // https://code.visualstudio.com/updates/v1_88#_hatch-environment-discovery // https://github.com/pypa/hatch/issues/600 // Doing it programmatically is also possible but not very simple: // https://github.com/microsoft/vscode-python/issues/21783 }

Latest Blog Posts

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/mckinsey/vizro'

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