Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
azure-devops-mcp
by
RyanCardin15
Verified
GitHub
Version Control
Developer Tools
Cloud Platforms
TypeScript
MIT License
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
node_modules
object-inspect
node_modules/object-inspect/example
node_modules/object-inspect/.github
node_modules/object-inspect/test
node_modules/object-inspect/CHANGELOG.md
node_modules/object-inspect/.eslintrc
node_modules/object-inspect/index.js
node_modules/object-inspect/LICENSE
node_modules/object-inspect/.nycrc
node_modules/object-inspect/package.json
node_modules/object-inspect/package-support.json
node_modules/object-inspect/readme.markdown
node_modules/object-inspect/test-core-js.js
node_modules/object-inspect/util.inspect.js
{ "root": true, "extends": "@ljharb", "rules": { "complexity": 0, "func-style": [2, "declaration"], "indent": [2, 4], "max-lines": 1, "max-lines-per-function": 1, "max-params": [2, 4], "max-statements": 0, "max-statements-per-line": [2, { "max": 2 }], "no-magic-numbers": 0, "no-param-reassign": 1, "strict": 0, // TODO }, "overrides": [ { "files": ["test/**", "test-*", "example/**"], "extends": "@ljharb/eslint-config/tests", "rules": { "id-length": 0, }, }, { "files": ["example/**"], "rules": { "no-console": 0, }, }, { "files": ["test/browser/**"], "env": { "browser": true, }, }, { "files": ["test/bigint*"], "rules": { "new-cap": [2, { "capIsNewExceptions": ["BigInt"] }], }, }, { "files": "index.js", "globals": { "HTMLElement": false, }, "rules": { "no-use-before-define": 1, }, }, ], }