marketplace.json 546 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "qmd",
  3. "owner": {
  4. "name": "tobi",
  5. "email": "tobi@lutke.com"
  6. },
  7. "plugins": [
  8. {
  9. "name": "qmd",
  10. "source": "./",
  11. "description": "Search and retrieve documents from local markdown files.",
  12. "version": "0.1.0",
  13. "author": {
  14. "name": "tobi",
  15. "email": "tobi@lutke.com"
  16. },
  17. "repository": "https://github.com/tobi/qmd",
  18. "license": "MIT",
  19. "keywords": ["markdown", "search", "qmd"],
  20. "skills": ["./skills/"],
  21. "mcpServers": {
  22. "qmd": {
  23. "command": "qmd",
  24. "args": ["mcp"]
  25. }
  26. }
  27. }
  28. ]
  29. }