Skip to main content
Glama
j0hanz

PromptTuner MCP

by j0hanz
tasks.json1.15 kB
{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "npm", "script": "build", "group": { "kind": "build", "isDefault": true }, "problemMatcher": ["$tsc"] }, { "label": "dev", "type": "npm", "script": "dev", "isBackground": true, "problemMatcher": [], "presentation": { "reveal": "always", "panel": "dedicated" } }, { "label": "test", "type": "npm", "script": "test", "group": "test", "problemMatcher": [] }, { "label": "lint", "type": "npm", "script": "lint", "problemMatcher": ["$eslint-stylish"] }, { "label": "type-check", "type": "npm", "script": "type-check", "problemMatcher": ["$tsc"] }, { "label": "lint-and-typecheck", "type": "shell", "command": "npm run lint && npm run type-check", "group": "build", "problemMatcher": [] }, { "label": "install:browsers", "type": "npm", "script": "install:browsers", "problemMatcher": [] } ] }

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/j0hanz/prompt-tuner-mcp-server'

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