Skip to main content
Glama
tasks.json1.22 kB
{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "test:typescript", "group": { "kind": "test", "isDefault": true }, "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared", "showReuseMessage": true, "clear": false }, "label": "npm: test:typescript", "detail": "Run Jest TypeScript tests" }, { "type": "npm", "script": "test:watch", "group": "test", "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "dedicated", "showReuseMessage": true, "clear": false }, "label": "npm: test:watch", "detail": "Run Jest tests in watch mode", "isBackground": true }, { "type": "npm", "script": "test:coverage", "group": "test", "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared", "showReuseMessage": true, "clear": false }, "label": "npm: test:coverage", "detail": "Run Jest tests with coverage" } ] }

Latest Blog Posts

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/docdyhr/mcp-wordpress'

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