We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devops-vesi/devops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•713 B
# universal-user-agent
> Get a user agent string across all JavaScript Runtime Environments
[](https://www.npmjs.com/package/universal-user-agent)
[](https://github.com/gr2m/universal-user-agent/actions/workflows/test.yml?query=workflow%3ATest)
```js
import { getUserAgent } from "universal-user-agent";
const userAgent = getUserAgent();
// userAgent will look like this
// in browser: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0"
// in node: Node.js/v8.9.4 (macOS High Sierra; x64)
```
## License
[ISC](LICENSE.md)