Skip to main content
Glama

AutoProbeMCP

by Wladastic
tasks.json1.02 kB
{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "npm", "args": ["run", "build"], "group": "build", "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" }, "problemMatcher": ["$tsc"] }, { "label": "dev", "type": "shell", "command": "npm", "args": ["run", "dev"], "group": "build", "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" }, "isBackground": true, "problemMatcher": ["$tsc"] }, { "label": "test-mcp-server", "type": "shell", "command": "node", "args": ["build/index.js"], "group": "test", "dependsOn": "build", "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" }, "problemMatcher": [] } ] }

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/Wladastic/AutoProbeMCP'

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