Skip to main content
Glama

VyOS MCP Server

by danielbodnar
biome.json1.09 kB
{ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": true, "includes": [ "**", "!tests/**", "!test/**", "!docs/**", "!**/node_modules/**", "!**/dist/**", "!**/bun.lockb", "!**/.bun/**", "!**/.cache/**", "!**/.vscode/**", "!**/.idea/**", "!**/coverage/**", "!**/docs/generated/**", "!**/*.test.js", "**/special.test.js", "!test", "!buku-python", "!packages/buku-python", "!packages/**" ] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "expand": "always" }, "linter": { "enabled": true, "rules": { "recommended": true } }, "javascript": { "formatter": { "quoteStyle": "single" } }, "assist": { "enabled": true, "actions": { "recommended": true, "source": { "organizeImports": "on" } } } }

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/danielbodnar/vyos-mcp'

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