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
tunnel
node_modules/tunnel/.idea
node_modules/tunnel/lib
node_modules/tunnel/CHANGELOG.md
node_modules/tunnel/index.js
node_modules/tunnel/LICENSE
node_modules/tunnel/package.json
node_modules/tunnel/README.md
node_modules/tunnel/.travis.yml
{ "name": "tunnel", "version": "0.0.6", "description": "Node HTTP/HTTPS Agents for tunneling proxies", "keywords": [ "http", "https", "agent", "proxy", "tunnel" ], "homepage": "https://github.com/koichik/node-tunnel/", "bugs": "https://github.com/koichik/node-tunnel/issues", "license": "MIT", "author": "Koichi Kobayashi <koichik@improvement.jp>", "main": "./index.js", "directories": { "lib": "./lib" }, "repository": { "type": "git", "url": "https://github.com/koichik/node-tunnel.git" }, "scripts": { "test": "mocha" }, "devDependencies": { "mocha": "^5.2.0", "should": "^13.2.3" }, "engines": { "node": ">=0.6.11 <=0.7.0 || >=0.7.3" } }