Skip to main content
Glama
MIT License
25
89
  • Linux
  • Apple
launch.json742 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Jasmine Tests", "program": "${workspaceFolder}/node_modules/jasmine/bin/jasmine.js", "args": [ "${workspaceFolder}/spec/attr_spec.js" ], "internalConsoleOptions": "openOnSessionStart" },{ "type": "node", "request": "launch", "name": "Jasmine Tests current test file", "program": "${workspaceFolder}/node_modules/jasmine/bin/jasmine.js", "args": [ "${file}" ], "internalConsoleOptions": "openOnSessionStart" } ] }

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/DMontgomery40/pentest-mcp'

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